List view
Features needed: - Working HTTP server - RESTful API with JSON - Client can submit moves with GET or POST - Server only supports one game at a time. - Server doesn't provide any authentication, so there is nothing to prevent one player from making moves for both sides. (?) - No database. State is only saved in working memory. - Server keeps track of game state and illegal moves. - Server knows if either player won. Other features: - Preliminary package structure - Ant for build scripts. - JUnit for unit testing.
No due date•8/8 issues closed