ollej / GoldQuest

A simple multi-user co-op text based dungeon quest game with multiple client options.
MIT License
2 stars 0 forks source link

Documentation needed on client/server communication #21

Open ollej opened 13 years ago

ollej commented 13 years ago

The communication between client and server is a fairly simple REST-like solution.

There needs to be a guide on how to use this to write your own client.

It should probably also describe the HATEOAS similarities.