|
|
Introduction
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.
Goals
We've released a beta version with all the basic functionality and uploaded some screenshots. In the longterm the server will be used both for regular user games and AI competitions. Right now only human vs. human games are possible.
Participate
If you want to join the project or otherwise contact us, please join our mailing list. A list with ideas can be found here.
You can also help by testing our product and reporting issues in the issue tracker.
Download
Binaries and source code for the beta release can be downloaded on the download page.
News
CSPoker @ JavaOne08
We're proud to announce that CSPoker will be featured at JavaOne08 in San Francisco. Jean-François Denise of Sun Microsystems will be giving a talk on JMX where CSPoker will be the demo application.
Kenzo, Cedric and Guy will be attending. See you there ;-)
CSPoker 0.1 beta released
The game is now fully functional, playable and most of the time stable :)
The most notable additions are:
- a Java FX Script client implementation to visualize the game.
- support for different communication modules (HTTP, RMI and XML over sockets).
- a lot of bug fixes for the server logic
- auto-folding when a player is inactive
