JSettlers2 is a web-based version of the board game Settlers of Catan written in Java. This client-server system supports multiple simultaneous games between people and/or AI bots so that you can have fun regardless.
Requirements:
· OS: Windows XP/Vista/7
· Java
What's New in This Release: [ read full changelog ]
· Game can require more than 10 Victory Points to win
· Discard dialog has "Clear" button
· Bugfix: Don't force-end bot turn if waiting for human discard
· Show 'Server is ready' message at end of initialization
· At server shutdown, try to disconnect from database (helpful for sqlite)
Debug commands are off by default, except practice games; you can enable them with:
· Djsettlers.allow.debug=Y
· Setup: Split out sql from README, add indexes (from Chad McHenry)