From a54b8fea95576b630a3674f5b5d15a6d023c34f5 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Mon, 24 Jun 2013 01:43:51 +0400 Subject: [PATCH] Test puzzles are added. --- .gitignore | 2 ++ compiler/test/screen_1.sokoban | 3 +++ compiler/test/screen_2.sokoban | 9 +++++++++ compiler/test/screen_3.sokoban | 9 +++++++++ 4 files changed, 23 insertions(+) create mode 100644 compiler/test/screen_1.sokoban create mode 100644 compiler/test/screen_2.sokoban create mode 100644 compiler/test/screen_3.sokoban diff --git a/.gitignore b/.gitignore index b8a8073..9fe187b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,9 @@ arch nbandroid private res/values/version.xml +compiler/compiler.obj compiler/compiler.exe +compiler/test/compiler.exe compiler/puzzles.bin *.swp diff --git a/compiler/test/screen_1.sokoban b/compiler/test/screen_1.sokoban new file mode 100644 index 0000000..883feeb --- /dev/null +++ b/compiler/test/screen_1.sokoban @@ -0,0 +1,3 @@ +###### +#.$@ # +###### diff --git a/compiler/test/screen_2.sokoban b/compiler/test/screen_2.sokoban new file mode 100644 index 0000000..444264c --- /dev/null +++ b/compiler/test/screen_2.sokoban @@ -0,0 +1,9 @@ +########## +# # +# ###### # +# # $.# # +# # #### # +# # # +# ######## +# @# +########## diff --git a/compiler/test/screen_3.sokoban b/compiler/test/screen_3.sokoban new file mode 100644 index 0000000..6f81e0d --- /dev/null +++ b/compiler/test/screen_3.sokoban @@ -0,0 +1,9 @@ +########## +# # +# # +# $. # +# # +# # +# # +# @# +##########