diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-10 13:02:33 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-10 13:02:33 -0700 |
commit | 0b45be43f2cd29dbe2e4c3fe943ba4853025a7f3 (patch) | |
tree | d02acf344fbac5511c755343ae09eced492dbb12 | |
parent | dc5ca74c88fd79e865d678367ee6a3ca7305624a (diff) | |
download | mu-0b45be43f2cd29dbe2e4c3fe943ba4853025a7f3.tar.gz |
1337
-rw-r--r-- | chessboard.mu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chessboard.mu b/chessboard.mu index 878c122c..e52aaa0e 100644 --- a/chessboard.mu +++ b/chessboard.mu @@ -20,6 +20,7 @@ recipe main [ ] ## a board is an array of files, a file is an array of characters (squares) + recipe init-board [ default-space:address:array:location <- new location:type, 30:literal initial-position:address:array:integer <- next-ingredient @@ -149,6 +150,7 @@ scenario printing-the-board [ ] ## data structure: move + container move [ # valid range: 0-7 from-file:integer |