浏览代码

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