fixed game logic
This commit is contained in:
@@ -100,7 +100,7 @@ class Polyomino {
|
||||
bool operator<(const Polyomino& other) const;
|
||||
|
||||
/**
|
||||
* Equality operator, two polyominos are equal if their positions are the same, that means two polyominos of the same shape at different places will not be equal
|
||||
* Equality operator, two polyominoes are equal if their positions are the same, that means two polyominoes of the same shape at different places will not be equal
|
||||
* @return If the polyomino is equal to another
|
||||
*/
|
||||
bool operator==(const Polyomino& other) const;
|
||||
|
||||
Reference in New Issue
Block a user