Clarify wording
This commit is contained in:
parent
65497fd439
commit
6ac6534635
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
(begin
|
(begin
|
||||||
(board-choose! board peer-mark x y)
|
(board-choose! board peer-mark x y)
|
||||||
(switch-turn!)
|
(switch-turn!)
|
||||||
(format #t "I, the peer, finish my turn.\n"))
|
(format #t "I have logged the peer's turn.\n"))
|
||||||
(error "It's my turn!"))]
|
(error "It's my turn!"))]
|
||||||
;; TODO: These need to go somewhere else so the peer can't move or init for us!
|
;; TODO: These need to go somewhere else so the peer can't move or init for us!
|
||||||
[(try-transition) 'playing]
|
[(try-transition) 'playing]
|
||||||
|
|
Loading…
Reference in a new issue