This package contains the code that is specifically associated with the server. In particular, the Main class should be run to test and see if the code is working. The PokerServer class is the heart of the server code; its run command handles a full match of poker.
In the future, the code required to run the various tournaments will be placed in this package.