1
2
3Interface
4_________
5
6- A button should make possible to view the last turn cards. This is in the rules of the game (Mid priority)
7- The "Pass"/"Start"/"Finish" button should be replaced with something more user friendly.
8- Do not show a gtk dialog when a game is over. Inform the user with something in the interface.
9- Add a menu bar. (many things to add in it, like preferences ...)
10- Put a restart button somewhere which could dismiss the entire game, and start a new one (or add it in a menu)
11
12
13Cool things
14___________
15
16- Save the game when exiting. This should not be activated if there is no "Restart" button somewhere.
17- Save the current game in a session. It should be possible to play multiple games on the same user session, one at a time. This means there should be a menu somewhere with available game session to continue.
18- Add statistics. When you win a game the score should be saved somewhere.
19
20
21Artifical Intelligence (or computer decision)
22______________________
23
24- The computer should be tweakable. At least three levels should be made available (Beginner, Medium, Advanced). May be one more: cheater.
25