A Tetris/GemDrop-like game
| documentation | Convert README to Markdown, add screenshot and build instructions | |
| sources | Remove version from window title | |
| .gitignore | Add package target | |
| index.html | Move stuff outside of src folder | |
| License.html | Move stuff outside of src folder | |
| Puyos.png | Move stuff outside of src folder | |
| README.md | Move screenshot in README into own line | |
BePuyo Please don't upload to GitHub
A small Haiku-native game to waste your time when you're bored.
Screenshot
Known limitations
Documentation is currently only available in French. This may be translated at some point in the future, but isn't high priority yet, given the game is pretty understandable without reading the documentation.
Building
First, go to the sources directory.
To build a (release) binary from source, simply run:
make
To build a debug binary with additional warnings and debugger symbols, run:
make debug
To build a HPKG that you can install on your system, run:
make package