

Points
______

- Take declarations into accounts. At the moment, only the Belote is detected, but indeed not counted!
- Detect all other declarations, see which are valide and calculate them at the beginning of a round (turn 1/8) : This is a big thing.
- Show how many points a team has win and/or the points still available during a round.

Interface
_________

- Add the possibility, if every players have refused the proposed card, to choose another trump family (High priority).
- A button should make possible to view the last turn cards. This is in the rules of the game (Mid priority)
- The "Pass"/"Start"/"Finish" button should be replaced with something more user friendly.
- When four cards are on the table, there is a lightning on the winning card (called "blink" in the code) I really would like to replace that by something more visible. See Solitaire (Klondike) game in Gnome, there is a blue effect on cards when trying moving a card on top of another which is valide to drop the first one. This is ok for the blink effect!
- Do not show a gtk dialog when a game is over. Inform the user with something in the interface. 
- Add a menu bar. (many things to add in it, like preferences ...)
- Put a restart button somewhere which could dismiss the entire game, and start a new one (or add it in a menu)


Cool things
___________

- Save the game when exiting. This should not be activated if there is no "Restart" button somewhere.
- 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.
- Add statistics. When you win a game the score should be saved somewhere.


Images
______

- Take paris.svg model for cards, and build all the cards as png (svg is too slow)
- Make possible to select one or more models for the cards.
- The background could be customisable (plain color or image).



Artifical Intelligence (or computer decision)
______________________

- The computer should be tweakable. At least three levels should be made available (Beginner, Medium, Advanced). May be one more: cheater.
