As part of the GitHub Game Off Competition, a friend and I developed a simple Sokoban and Chip’s Challenge style game for the browser.
You play as Murray the Minor who needs to navigate his way out of the mines, by solving a series of puzzles. The game uses basic controls:
- Use left, up, right, down keys to navigate Murray
- Carts may be pushed around the puzzle
- Carts may be pulled while holding A
- Avoid Dynomite
- Reach the ladder to complete the level after collecting all the rubies.
The code is up on github.com, or you can play on our dev server.