Skip to content

Commit

Permalink
Add pear maze level
Browse files Browse the repository at this point in the history
  • Loading branch information
wr7 committed Jan 16, 2024
1 parent d8a11f8 commit 5c6871a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/worm/LevelFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public enum LevelFile {
Shock("level/shock.txt"),
Climb("level/climb.txt"),
Entrapment("level/entrapment.txt"),
Maze("level/maze.txt"),
Saw("level/saw.txt");

// The content of the file
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/resources/level/maze.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DD.d...DD
.DDDDD...
.....D.d.
0..F.D.D.
12dF..dD.
DDDDDDDD.
DDDDDDDG.
DDDDDDDD.
DDDDDDDDd
DDDDDDDDD

0 comments on commit 5c6871a

Please sign in to comment.