Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/healeycodes/lua-sokoban
📦 Sokoban clone written with LÖVE
https://github.com/healeycodes/lua-sokoban
love2d sokoban
Last synced: about 2 months ago
JSON representation
📦 Sokoban clone written with LÖVE
- Host: GitHub
- URL: https://github.com/healeycodes/lua-sokoban
- Owner: healeycodes
- Created: 2022-05-24T11:03:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T21:50:30.000Z (over 2 years ago)
- Last Synced: 2024-10-05T17:43:17.622Z (4 months ago)
- Topics: love2d, sokoban
- Language: Lua
- Homepage:
- Size: 98.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📦 lua-sokoban
> Note: I remade this with React: https://github.com/healeycodes/sokoban
A [Sokoban](https://en.wikipedia.org/wiki/Sokoban) clone built with [LÖVE](https://love2d.org) (v11.4) and a kenney.nl [tileset](https://www.kenney.nl/assets/monochrome-rpg).
- [macOS app](https://github.com/healeycodes/sokoban/releases)
- Traditional gameplay + undo command
- Moves/pushes scoring
- 7 original levels
- Add your own levels in `/maps` using the Sokoban [level format](http://sokobano.de/wiki/index.php?title=Level_format).Note: on macOS, right click + open, as it's from an [unidentified developer](https://support.apple.com/en-gb/guide/mac-help/mh40616/mac) (aka me lol)
![Preview image of Sokoban](https://github.com/healeycodes/lua-sokoban/blob/main/assets/preview.png)
## Development
- Install [LÖVE 11.4](https://love2d.org/#download)
- `love .`## Building
- https://love2d.org/wiki/Game_Distribution