lightvector / arimaa-server

Arimaa server
Other
9 stars 2 forks source link

Implement main server queries for playing a game #35

Closed lightvector closed 9 years ago

lightvector commented 9 years ago

Implement the server queries roughly as sketched out in the draft API ( issue #30 ) for querying the gamestate and for making moves.

Note: this doesn't need to wait until the board and rules implementation is entirely done, since the interface and data structures exist for them already, but testing of course will need to wait on that.

lightvector commented 9 years ago

I'm still in the phase where I'm learning basic things (download a library, play through the examples, try things out). But once I get persistent server state in Scala figured out (databases), I think I'm close to the point of just being able to bang out a good chunk of the game-playing-related API over the course of a weekend.