We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3f666 commit 3aa6738Copy full SHA for 3aa6738
1 file changed
README.md
@@ -18,19 +18,8 @@ All configuration data is stored in the `config.edn` file.
18
Use `lein ring server` to run game server.
19
20
### Protocol
21
-Hyperspace protocol is very simple. All messages are transferred in the JSON format.
22
-
23
-1. Client connects to the server.
24
-2. Server searches for the game for client.
25
-3. Main game loop:
26
-* server sends the game state to every client;
27
-* every client sends their turns to server.
28
29
-#### Server message format
30
-TODO.
31
32
-#### Client message format
33
+Please check the API documentation in your browser. Visit the URL `http://localhost:3000/index.html` after the server
+was started.
34
35
## Testing
36
`lein midje` will run all the tests.
0 commit comments