资 源 简 介
Overview
java-chess-web is an implementation of the game of chess written in Java, with a front end Ajax web application. The motivation for starting this app was to allow me to practice TDD on a non-trivial application, and have a little fun doing it.
A live demo of this project is available at http://www.brasee.com/games/lobby.htm. The current release supports human vs. human games from multiple clients or a within a single browser. A chess lobby provides access to the multiplayer games and chat functionality for all users. Future releases may include the possibility of playing against an AI opponent, if I"m feeling really adventurous.
All of the source code for this project is available for examination or personal use. It is implemented in Java 6, and checked in with the necessary files to set up a workspace in Eclipse 3.5 and deploy to a Tomcat 6.0.18 server.
The Subversion stream does not contain the necessary JAR files, but the featured