about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-10 06:02:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-10 06:02:36 -0700
commit134dad7c4bbabb4770727240b150d566aa041567 (patch)
treef3d4bbe57724ead899048554a3157a569b01e856 /chessboard.mu
parentcf9af278782a0ac030a249c5f5c95c0868956123 (diff)
downloadmu-134dad7c4bbabb4770727240b150d566aa041567.tar.gz
1321 - *finally*, fixed the chessboard sluggishness
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu3
1 files changed, 0 insertions, 3 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 7c196d6c..3481c19b 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -489,9 +489,6 @@ scenario making-a-move [
 #?   $print c:character
 #? ]
 
-# todo:
-#   problem with buffering
-#   some way of closing channels
 recipe chessboard [
   default-space:address:array:location <- new location:type, 30:literal
   board:address:array:address:array:character <- initial-position