wes преди 4 години
родител
ревизия
9d27b61fc2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Qwixx/toDo.md

+ 2 - 2
Qwixx/toDo.md

@@ -31,9 +31,9 @@
     - ~~(20AUG09) TODO: check that index and color, match rolled die (this will help finish addx) then continue work on send/receive~~
     - ~~(20AUG09) TODO: check that index and color, match rolled die (this will help finish addx) then continue work on send/receive~~
     - ~~(20AUG11) TODO: write psuedo code for line 170-175 (174 specifically) in game.cpp~~
     - ~~(20AUG11) TODO: write psuedo code for line 170-175 (174 specifically) in game.cpp~~
     - ~~(20AUG13) TODO: fix the leftToRightRule and the lockoutRule functions to return bools and change parameters so they use collectionOfMoves.~~
     - ~~(20AUG13) TODO: fix the leftToRightRule and the lockoutRule functions to return bools and change parameters so they use collectionOfMoves.~~
-        1. create master function for to call all rules - remove addx dependencies from currentTurnOlok
+        1. ~~create master function for to call all rules~~ - remove addx dependencies from currentTurnOlok
     - (20AUG13) TODO: refactor dice so it is not vector of ints and add different property to access the die
     - (20AUG13) TODO: refactor dice so it is not vector of ints and add different property to access the die
-    - (20AGU13) TODO: receive should parse input and create a collectionOfMoves from it
+    - (20AGU13) TODO: receive should parse input and create a collectionOfMoves (20AUG18, collectionOfMoves has been refactored to Turn) from it
 - current make process involves compiling all object files from dice, game, playercard to create main.exe which has to be manually linked to these objects. update makefile to support object file code
 - current make process involves compiling all object files from dice, game, playercard to create main.exe which has to be manually linked to these objects. update makefile to support object file code
 - what comes in from players: newest item checked off on row&column (maybe 2) or penalty
 - what comes in from players: newest item checked off on row&column (maybe 2) or penalty