Add font and fast programming to test the game

This commit is contained in:
manzerbredes 2015-05-03 20:23:43 +02:00
parent 1bf3038477
commit 6b37ae07ff
9 changed files with 178 additions and 15 deletions

View file

@ -35,6 +35,8 @@ class Game
//Getters and Setters
int getScore();
int getNbMove();
int maxStrLenInGrid();
std::vector<std::vector<int> > getGrid();
};
#endif