Add obligatory checkerboard level (basic)
This commit is contained in:
parent
7b3683aa89
commit
ca4355ee4f
3 changed files with 610 additions and 0 deletions
2
game.scm
2
game.scm
|
@ -38,6 +38,7 @@
|
|||
(game levels tutorial-7)
|
||||
(game levels tutorial-8)
|
||||
(game levels rat-1)
|
||||
(game levels rat-2)
|
||||
(game levels level-1)
|
||||
(game levels level-2)
|
||||
(game levels level-3)
|
||||
|
@ -108,6 +109,7 @@
|
|||
load-tutorial-7
|
||||
load-tutorial-8
|
||||
load-rat-1
|
||||
load-rat-2
|
||||
;; load-level-1
|
||||
;; load-level-2
|
||||
load-level-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue