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-14 12:33:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-14 12:33:37 -0700
commit85da949ef338205566cda37f63b523933aa020bf (patch)
tree1d5250b528f53ec6238334054e0ee0c4bf3a1cde /chessboard.mu
parent007cb40c4ba7c0ddc794e9afe3eeeeb010fb6a11 (diff)
downloadmu-85da949ef338205566cda37f63b523933aa020bf.tar.gz
1371
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu16
1 files changed, 0 insertions, 16 deletions
diff --git a/chessboard.mu b/chessboard.mu
index b7aa02a6..101078b8 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -47,22 +47,6 @@ scenario print-board-and-read-move [
     .                              .
     .                              .
   ]
-#?   assume-keyboard [a2-a4]
-#?   screen-should-contain [
-#?   #  012345678901234567890123456789
-#?     .8 | r n b q k b n r           .
-#?     .7 | p p p p p p p p           .
-#?     .6 |                           .
-#?     .5 |                           .
-#?     .4 |                           .
-#?     .3 |                           .
-#?     .2 | P P P P P P P P           .
-#?     .1 | R N B Q K B N R           .
-#?     .  +----------------           .
-#?     .    a b c d e f g h           .
-#?     .                              .
-#?     .                              .
-#?   ]
 ]
 
 recipe chessboard [