Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

Sokobencho

Small Sokoban clone with some extras I wrote some years ago. Doesn't include tests as I was not into testing back then..

Place all boxes on a target to get to the next level. There are some special tiles like cracked floor, moveable rocks and teleporters for player / objects, doors and so on.

Controls: Arrow keys / W, A, S, D - Move
R - Reset the level
Q - Quit

Have fun!

Build:
mvn compile

Run:
mvn exec:java