ColorShapeLinks
An assignment for the AI course unit of the Bachelor in Videogames at Lusófona University
|
Represents a move already performed. More...
Public Member Functions | |
Move (int row, int col, Piece piece) | |
Create a move. More... | |
Public Attributes | |
readonly int | row |
Board row where the piece was placed. More... | |
readonly int | col |
Board column where the piece was placed. More... | |
readonly Piece | piece |
Piece used for the move. More... | |