Pon! Tsu is an application and library for Puyo Puyo and Nazo Puyo.
Features:
Not supported now:
Note that now I am working hard on CUI and web-GUI development, and the native-GUI application is beta version.
You can get the built binary at the latest release.
nimble install pon2 -p:-d:danger
If you want to specify the instruction set, use the following command:
nimble install pon2 -p:-d:danger -p:-d:pon2.avx2=<bool> -p:-d:pon2.bmi2=<bool>
Run pon2 -h
.
See the documentations:
It is necessary to place the assets
directory to the one specified by
-d:pon2.assets.native
or -d:pon2.assets.web
.
See the API documentation.
nimble test
tests
directory.main.nim
in the directory.main()
procedure in the file.Run the following command to generate files in the www
directory.
nimble web
Please work on a new branch and then submit a PR for the main
branch.
Apache-2.0