Add AND gate tutorial level.
This commit is contained in:
parent
1cb85bd682
commit
8d5da9c2dd
4 changed files with 91 additions and 33 deletions
2
game.scm
2
game.scm
|
@ -35,6 +35,7 @@
|
|||
(game levels tutorial-4)
|
||||
(game levels tutorial-5)
|
||||
(game levels tutorial-6)
|
||||
(game levels tutorial-7)
|
||||
(game levels level-1)
|
||||
(game levels level-2)
|
||||
(game levels level-3)
|
||||
|
@ -102,6 +103,7 @@
|
|||
load-tutorial-4
|
||||
load-tutorial-5
|
||||
load-tutorial-6
|
||||
load-tutorial-7
|
||||
;; load-level-1
|
||||
;; load-level-2
|
||||
load-level-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue