- hiscore table
- some options while game is running: minBet; cashPerRound, maxBet, drawDelay

- player->bet() / player->raise()
- player->exchangeCards()

- sound

- only 2 player game possible -> problems with more players:
	- 'out' players cannot show their cards
	- player out-> especially player 1
	- continue game after player1 is out

- doku


test:
- player out -> especially player 1
- bet()

working: (game with 2 players)
- switching to one player rules (= non human players out)
- player 1 out after bakrupt(after seeing)
- saveing
- loading games
- bet() ?
- it is possible to start game without installing it

