https://github.com/tenrys/mysokoban
School project
https://github.com/tenrys/mysokoban
Last synced: 10 months ago
JSON representation
School project
- Host: GitHub
- URL: https://github.com/tenrys/mysokoban
- Owner: Tenrys
- Created: 2021-04-23T10:17:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T01:34:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T18:53:40.759Z (over 1 year ago)
- Language: Python
- Size: 7.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysokoban
School project for [LaPlateforme.io](https://laplateforme.io).
Just a simple Sokoban game.
[Demo](https://tenrys.pw/ShareX/2021/Apr/L9zy.mp4)
## How to Run
Install dependencies:
`$ pip install -r requirements.txt`
Then just run the main script in the directory where `__main__.py` is located:
`$ python .`
## Notes
It's possible to create other levels easily using [Tiled](https://www.mapeditor.org/) but there's no such thing as progressing through the game at the moment, with only one level available.
I used a virtual environment to develop this.
I would say it took me 6 hours to make in total. I was expected to spend a week on it, lol...
## Libraries
See `requirements.txt`.
## Credits
Assets (images, audio): [OMORI](http://www.omori-game.com/)
Map format: [Tiled](https://www.mapeditor.org/)