mirror of
https://github.com/izumiya-keisuke/pon2
synced 2026-01-02 05:44:40 +00:00
No description
|
|
||
|---|---|---|
| .github | ||
| assets | ||
| benchmarks | ||
| pages | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| NOTICE | ||
| pon2.nimble | ||
| README.md | ||
| THIRD-PARTY | ||
Pon! Tsu
Pon! Tsu is an application and library dedicated to Puyo Puyo and Nazo Puyo.
Features
- Solve Nazo Puyo puzzles.
- Generate new Nazo Puyo puzzles.
- Permute pairs in Nazo Puyo to find problems with unique solutions.
- Edit Nazo Puyo via the web interface.
- Play Marathon in your browser.
Installation
Download Pre-built Binaries
You can download the latest pre-built binaries from the Releases page.
Manual Installation
To install via Nimble, run:
nimble install pon2 -p:-d:danger
A full list of compilation options is available in the API documentation.
Usage
Run pon2 in your terminal to see the available commands and usage instructions.
For Developers
API Reference
Detailed documentation is available here: API documentation.
Running Tests
To run the full test, run:
nimble test
Benchmarking
To measure performance, run:
nim c -r benchmarks/main.nim
Generating Web Pages
To generate files in the pages directory, run:
nimble pages
Contributing
- Create a new branch for your feature or bug fix.
- Submit a Pull Request (PR) to the
mainbranch.
License
Pon! Tsu is licensed under either of
- Apache License, Version 2.0
- MIT License
at your option. See LICENSE-APACHE, LICENSE-MIT, and NOTICE for more details.