From ddf9d57d384bb9ea7e77c650b92eafd953598b1c Mon Sep 17 00:00:00 2001 From: Fred Z Date: Thu, 8 Mar 2018 22:29:17 +0100 Subject: [PATCH] Syntax update in TODO --- roboc/todo.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/roboc/todo.md b/roboc/todo.md index e6dd395..c11bf3b 100644 --- a/roboc/todo.md +++ b/roboc/todo.md @@ -5,21 +5,21 @@ - [x] ~~remove the backup feature TODO01~~ - [x] ~~conversion to client/server mode: server creation TODO02~~ - [x] ~~conversion to client/server mode: client creation TODO03~~ -- [] multiplayer turn-by-turn TODO04 -- [] each player has a differant robot TODO05 -- [] starting position has to be random TODO06 -- [] one movement unit per tour: ex «e3» = 3 turns TODO07 -- [] 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 -- [] chat commands: listing players TODO15 -- [] chat commands: chating with other players TODO16 -- [] verify if user name is already used TODO17 -- [] … TODO +- [ ] multiplayer turn-by-turn TODO04 +- [ ] each player has a differant robot TODO05 +- [ ] starting position has to be random TODO06 +- [ ] one movement unit per tour: ex «e3» = 3 turns TODO07 +- [ ] 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 +- [ ] 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):