An open API service indexing awesome lists of open source software.

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

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/)