|
@@ -30,7 +30,8 @@
|
|
|
- before writing received create the rules that will affect receive function (e.g. which checkboxes are allowed to be clicked)
|
|
|
- ~~(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~~
|
|
|
- - (20AUG13) TODO: fix the leftToRightRule and the lockoutRule functions to return bools and change parameters so they use collectionOfMoves. create master function for to call all rules - remove addx dependencies from currentTurnOlok
|
|
|
+ - ~~(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
|
|
|
- (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
|
|
|
- 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
|