Add obligatory checkerboard level (moderate)
This commit is contained in:
parent
dc76b74c2d
commit
6896b49848
3 changed files with 494 additions and 0 deletions
2
game.scm
2
game.scm
|
@ -39,6 +39,7 @@
|
|||
(game levels tutorial-8)
|
||||
(game levels rat-1)
|
||||
(game levels rat-2)
|
||||
(game levels rat-3)
|
||||
(game levels level-1)
|
||||
(game levels level-2)
|
||||
(game levels level-3)
|
||||
|
@ -110,6 +111,7 @@
|
|||
load-tutorial-8
|
||||
load-rat-1
|
||||
load-rat-2
|
||||
load-rat-3
|
||||
;; load-level-1
|
||||
;; load-level-2
|
||||
load-level-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue