2025-03-24 16:20:37 +01:00
2025-03-24 16:20:37 +01:00
2025-03-24 16:20:37 +01:00
2025-03-23 16:53:58 +01:00
2025-03-23 21:41:37 +01:00
2025-03-23 16:53:58 +01:00

jminos

Modern stacker game with every polyominos from size 1 to 15, made in C++ with SFML 3!

Manual build and run

This project uses xmake for compiling.
To be able to build it, you need to install xmake and have a compiler with c++20 compatibility, xmake will install SFML for you.

Build the project

cd jminos

xmake

If you need to change the toolchain (for example using gcc):
xmake f --toolchain=gcc

Run the project

xmake run
Note that the program will generate the polyomino files for you. This can be quite long so it only does it up to size 10.

If for some reasons you wanna run the command line version:
xmake run text

Credits

Font used: Press Start.

Description
Amazing stacker game by the J
Readme 2.3 MiB
v1.0 Latest
2025-07-02 15:55:32 +00:00
Languages
C++ 97%
Lua 2.7%
C 0.3%