The abstract server for online games. This can be run from within a ui or from a command line. If running from the command line use: java OnlineGameServer -game e.g. java OnlineGameServer -game poker If running from the UI, see OnlineGameServerFrame Manages the tables for the game room. Has a GameController for each table. Consider using executor framework to manage threads.
@author Barry Becker
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.