Skip to content

Commit 3aa6738

Browse files
committed
Update API section of the documentation.
1 parent aa3f666 commit 3aa6738

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,8 @@ All configuration data is stored in the `config.edn` file.
1818
Use `lein ring server` to run game server.
1919

2020
### 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-
TODO.
21+
Please check the API documentation in your browser. Visit the URL `http://localhost:3000/index.html` after the server
22+
was started.
3423

3524
## Testing
3625
`lein midje` will run all the tests.

0 commit comments

Comments
 (0)