blob: 4f9c98f5fe5474b85529bfd20fe4f90b0cfc2e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Storage Chaos
This is a simple game in Lua + Love 2D.
You need [Love 2D](https://www.love2d.org/) 11.5 (other may work!).
Disclaimer: I don't really know Lua, this is a project to have some fun
programming with my 6 year old.
<img src="https://git.usebox.net/storage-chaos/plain/storage-chaos-wip.png" alt="Storage Chaos WIP" style="width: 80%;">
## References
* [The rules of the game](http://www.sokobano.de/wiki/index.php?title=The_rules_of_the_game)
* [The level format description](http://www.sokobano.de/wiki/index.php?title=Level_format)
## License
See [license.txt](license.txt) for details.
|