Преглед изворни кода

update toDo list to improve makefile for qwixx

wes пре 4 година
родитељ
комит
cf4a0e2c03
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Qwixx/toDo.md

+ 1 - 0
Qwixx/toDo.md

@@ -25,6 +25,7 @@
 ** what is on the file that gets sent back and forth between server and players
 *** what goes out to players: per player(48boxes, penalty count), locked off rows, dice roll, game end(when it occurs)
     ***(20AUG04) Started working on send function, come back and finish it to denote a 4x12 grid to save checkboxes per row
+    ***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
 
 ## the game is ended