
The goal of the CSPoker project is to develop Poker software and experiment with Artificial Intelligence for Poker. A Texas Hold'Em server written in Java and client software in JavaFX have already been developed. In the long run, it should be possible to train A.I. bots by playing against human players.
License: GNU General Public License v2
Changes:
A Java FX Script client implementation was developed to visualize the game. There is support for different communication modules (HTTP, RMI, and XML over sockets). The server is extended with auto-folding when a player is inactive. A lot of bugfixes to the logic have been applied.
More...