Welcome to dPoker
This page will be the project page for a piece of software I am writing, called dPoker.
What is dPoker? It will be a python server, and framework for pitting poker bots against each other.
The end goal is to create bots with GA's and Neural Nets that compete against each other as well as humans.
Right now, i am working on a proof of concept server that will have restricted playing conditions. It will only allow no-limit hold 'em games, but it will be completely modular so it can expand into all sorts of poker games.
Source
svn cp http://svn.lolrus.org/dpoker/trunk/ dpoker
Client
JavaScript? Comet client as well as a TCP client. Need to update pages.
See PokerClient
Server
see PokerServer?
The communication between the client/server will be over TCP (or maybe even just HTTP). This means clients can be people, bots, etc. I eventually want to make a javascript client too and deploy it to massive amounts of people can play against the bots.
protocol (work in progress and slightly out of date): PokerProtocol
