Add new note about board not being time travel friendly
This commit is contained in:
parent
de1da5a48a
commit
81b401886a
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
board-display
|
||||
board-winner?))
|
||||
|
||||
;; TODO: This board is no longer time-travel friendly!
|
||||
;; Have to decide if we go back to the old board with one actor per cell,
|
||||
;; or make a new version. Board could becom a new board containing the new mark.
|
||||
|
||||
(define ggg-size 3) ;; tic tac toe with more than 3x3 grid?
|
||||
|
||||
(define (make-board)
|
||||
|
|
Loading…
Reference in a new issue