Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkaszewski/sokoban
https://github.com/gkaszewski/sokoban
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkaszewski/sokoban
- Owner: GKaszewski
- Created: 2024-03-31T20:16:52.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T20:25:13.000Z (8 months ago)
- Last Synced: 2024-03-31T21:25:10.707Z (8 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sokoban
My implmentation of the classic game Sokoban in Java using Raylib.# Dependencies
- [Jaylib](https://github.com/electronstudio/jaylib/) - A Java binding for RaylibAssets are from [Kenney.nl](https://kenney.nl/)
# How to play?
- Arrow keys to move the player
- Press `R` to restart the level
- Press `NumPad 1` - for 1 crate
- Press `NumPad 2` - for 2 crates
- Press `NumPad 3` - for 3 crates
- Press `NumPad 4` - for 4 crates
- Press `NumPad 5` - for 5 crates# Program arguments
- `java -jar sokoban.jar 10 10 3` - to start the game with 10x10 grid and 3 crates
- `java -jar sokoban.jar 10 10` - to start the game with 10x10 grid and default crates (which is 1)![](image.png)