没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > texasholdem-java |
texasholdem-java
|
0 | 0 | 62 |
贡献者 | 讨论 | 代码提交 |
Texas Hold'em in JavaGoalsClean Texas Hold'em poker engine in Java. Single-player game with bots and a console interface Single-player game with bots and a Swing GUI Multi-player game (client/server) with optional bots and a Swing GUI Platform for experimenting with bots, letting them play against each other StatusFor now, the game focusses only on the Limit Texas Hold'em variant.
Priority is on the single-player game with a Swing GUI.
Part Progress Basics (card, hand, hand evalutor, table, player) COMPLETED Poker engine (game flow) 80 % Client interface 90 % Console game 90 % Swing GUI 70 % Basic bot 5 % Client/server 0 %
This project is currently under heavy construction. Use at your own risk!
DevelopmentThis Java project has a Maven2 structure.
Recommended tools are Eclipse with the Subversive and m2eclipse plugins.