Add font and fast programming to test the game
This commit is contained in:
parent
1bf3038477
commit
6b37ae07ff
9 changed files with 178 additions and 15 deletions
|
@ -35,6 +35,8 @@ class Game
|
|||
//Getters and Setters
|
||||
int getScore();
|
||||
int getNbMove();
|
||||
int maxStrLenInGrid();
|
||||
std::vector<std::vector<int> > getGrid();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue