Skip to content

Commit

Permalink
Merge pull request #2924 from wagnerf42/soko
Browse files Browse the repository at this point in the history
sokoban: initial release
  • Loading branch information
gfwilliams committed Aug 29, 2023
2 parents 480c0f7 + 52ee082 commit 6607973
Show file tree
Hide file tree
Showing 9 changed files with 2,342 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/sokoban/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.01: Initial code
0.02:
* Fix for last level offsets parsing
* Fix for title display

20 changes: 20 additions & 0 deletions apps/sokoban/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sokoban

Classic Sokoban game.

Tap screen at bottom/top/left/right to push boxes into their destinations.
Swipe to undo.

![Screenshot](soko.png)

You play the yellow disk (rice hat seen from above).
Each level has a set of crates (brown if incorrectly placed or blue if correctly placed)
and a set of placeholders (empty blue squares). Simply push all crates into their placeholders.
Remember you can push but never pull.

## Creator

Levels are the [Microban](http://www.abelmartin.com/rj/sokobanJS/Skinner/David%20W.%20Skinner%20-%20Sokoban.htm) levels
by David W. Skinner.

[email protected]
2 changes: 2 additions & 0 deletions apps/sokoban/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- background
- win screen + final win screen
1 change: 1 addition & 0 deletions apps/sokoban/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6607973

Please sign in to comment.