https://github.com/zishan-rahman/twokoban
A two-player Sokoban game. My submission for the United Game Jam 2020 on itch.io.
https://github.com/zishan-rahman/twokoban
game-jam godot puzzle sokoban
Last synced: 2 months ago
JSON representation
A two-player Sokoban game. My submission for the United Game Jam 2020 on itch.io.
- Host: GitHub
- URL: https://github.com/zishan-rahman/twokoban
- Owner: Zishan-Rahman
- License: mit
- Created: 2020-12-08T23:42:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T18:43:10.000Z (over 4 years ago)
- Last Synced: 2025-01-01T22:36:01.587Z (4 months ago)
- Topics: game-jam, godot, puzzle, sokoban
- Language: GDScript
- Homepage: https://zishan-rahman.itch.io/twokoban
- Size: 6.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwoKoban
## A two-player Sokoban game. My submission for the [United Game Jam 2020](https://itch.io/jam/united-game-jam-2020) on [itch.io](https://itch.io/).
This game was written in the Godot game engine. It should not be hard to compile the game through Godot into a binary executable for the platform of your choice.
Thanks to:
- [Emilio Coppola](https://www.youtube.com/playlist?list=PLQsiR7DILTcyz3qHGXvQstsB81O1NcBPM) for the main idea behind this game; [it was largely influenced by his Sokoban/2D Grid Puzzle tutorials](https://github.com/coppolaemilio/2d-puzzle-tutorial).
- [Harshit Arora](https://www.youtube.com/channel/UC9PRdJ2wyB9C3_wbIKNhLMQ/) for organising this jam.
- kenney.nl for most (if not all) of the art and sound effects.## License
MIT (see LICENSE file)