2
1
Fork
You've already forked BePuyo
0
A Tetris/GemDrop-like game
C++ 77.2%
Makefile 13.2%
HTML 8.6%
Smarty 1%
Find a file
2025年05月23日 06:57:14 +02:00
documentation Convert README to Markdown, add screenshot and build instructions 2025年05月22日 20:59:43 +02:00
sources Remove version from window title 2025年05月22日 20:56:50 +02:00
.gitignore Add package target 2025年05月22日 08:27:50 +02:00
index.html Move stuff outside of src folder 2025年05月21日 07:10:38 +02:00
License.html Move stuff outside of src folder 2025年05月21日 07:10:38 +02:00
Puyos.png Move stuff outside of src folder 2025年05月21日 07:10:38 +02:00
README.md Move screenshot in README into own line 2025年05月23日 06:57:14 +02:00

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