https://github.com/dermotte/boulder-puzzle
Pattern generator for boulder trianing on a spray wall
https://github.com/dermotte/boulder-puzzle
love2d lua sports
Last synced: about 2 months ago
JSON representation
Pattern generator for boulder trianing on a spray wall
- Host: GitHub
- URL: https://github.com/dermotte/boulder-puzzle
- Owner: dermotte
- Created: 2026-04-15T11:14:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T11:17:50.000Z (2 months ago)
- Last Synced: 2026-04-15T13:30:48.706Z (2 months ago)
- Topics: love2d, lua, sports
- Language: Lua
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boulder Puzzle
Ever wanted to have fun training your boulder moves? *Boulder Puzzle* is a random pattern generator: press a button, move on the spray wall. It's that simple.
Developed in LÖVE, using Lua, with a button from kenney.nl, button icon from phosphor icons and a font from Vernon Adams.
## How to run
Ensure you have [LÖVE](https://love2d.org/) installed, then run in the directory:
```bash
love .
```
- Windows/ Linux: Click to screen to start and then the button to re-roll, and use `F11` to make it fullscreen.
- Android: Install [LÖVE APK](https://github.com/love2d/love/releases/download/11.5/love-11.5-android.apk) and open the `.love` file with it.
## Packaging
Use to https://github.com/simplifylabs/love-packager package:
```bash
npx love-packager package
```
## Licenses and Ressources
- [Boulder Icon / Logo made by gruffystudio - Flaticon](https://www.flaticon.com/de/kostenlose-icons/bouldern)
- Carter One Font by Vernon Adams
- Button adapted from [Kenney's UI Pack](https://kenney.nl/assets/ui-pack) and [Phosphor Icons](https://phosphoricons.com/)