Update TODO

- verify if user name is already used TODO17
- ordering a bit
This commit is contained in:
Fred Z 2018-03-08 17:43:23 +01:00
parent a0598d3599
commit 7b9128c3b2
1 changed files with 7 additions and 5 deletions

View File

@ -9,15 +9,17 @@
- [] each player has a differant robot TODO05
- [] starting position has to be random TODO06
- [] one movement unit per tour: ex «e3» = 3 turns TODO07
- [] unit tests: map conformity TODO08
- [] unit tests: converting map to labyrinthe TODO09
- [] unit tests: game functions TODO10
- [] add new game command: 'm' (walling door) TODO11
- [] add new game command: 'p' (drilling door) TODO12
- [] reject (or standby) clients connections when a game is playing TODO13
- [] unit tests: map conformity TODO08
- [] unit tests: converting map to labyrinthe TODO09
- [] unit tests: game functions TODO10
- [] unit tests: game functions (client-side) TODO14
- [] new commands: listing players TODO15
- [] new commands: chating with other players TODO16
- [] chat commands: listing players TODO15
- [] chat commands: chating with other players TODO16
- [] verify if user name is already used TODO17
- [] … TODO
Ideas after correcting [exercice 3](https://openclassrooms.com/courses/apprenez-a-programmer-en-python/exercises/180):