Updade roadmap & pause announce

This commit is contained in:
Fred Z 2018-03-14 10:52:56 +01:00 committed by GitHub
parent 30de5f8096
commit 7c4d429613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Roboc # Roboc
_I am pausing the devel here, I have to prioritise another project._
_I'll be back with Pytest!_
## Objective of the exercise ## Objective of the exercise
Multiplayer maze game over network Multiplayer maze game over network
@ -13,9 +16,9 @@ _[Apprenez à programmer en Python](https://openclassrooms.com/courses/apprenez-
1. [x] run server 1. [x] run server
2. [x] choose a map 2. [x] choose a map
3. [x] accept client connection 3. [x] accept client connection
4. when number of connected client is reached, any clients can start the 4. [x] when number of connected client is reached, any clients can start the
game with the command 'PLAY' game with the command 'PLAY'
5. each robot is randomly placed on the map 5. [x] each robot is randomly placed on the map
6. play turn by turn 6. play turn by turn
7. no new client during the game 7. no new client during the game