deanyxu / opentestbed

Automatically exported from code.google.com/p/opentestbed
0 stars 0 forks source link

Create a class 'GameDescription' #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need a class to configure GamesTypes.

This class needs at least following fields:
- Descriptive Name (for later selection in a GUI)
- Game-Type (Tourney, Cash) 
- BlindLevels (Small, Big, Ante) - one Entry for CashGames, multiple for
Tourney

Tourney Only:
- BuyIn+Rake (BuyIn For CashGames is set-up per Bot ?)
- HandsPerBlind 
- prize-pool distrubution (50%, 30%, 20%)

As a start we'd need a factory which creates a typical Tourney and
Cash-Game-Structure (hard-coded).
Later this class might be serialized or configured via GUI.

Original issue reported on code.google.com by bluegasp...@gmail.com on 16 Mar 2010 at 10:46

GoogleCodeExporter commented 8 years ago
done for cashgames

Original comment by bluegasp...@gmail.com on 29 Mar 2010 at 12:03