pon2
Application and Library Dedicated to Puyo Puyo and Nazo Puyo
Summary
| Latest Version | 1.2.0 |
|---|---|
| License | Apache-2.0 OR MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-04 05:10 |
Tags
Authors
- Keisuke Izumiya
Installation
nimble install pon2
choosenim install pon2
git clone https://github.com/izumiya-keisuke/pon2
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| pon2 | ✓ | ✓ | ✓ | - | - | - | - | - | - | ✓ |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim ^= | 2.2.6 | No |
| chroma ^= | 1.0.0 | No |
| cligen ^= | 1.9.6 | No |
| karax ^= | 1.5.0 | No |
| nimsimd ^= | 1.3.2 | No |
| parsetoml ^= | 0.7.2 | No |
| regex ^= | 0.26.3 | No |
| results ^= | 0.5.1 | No |
| stew ^= | 0.4.2 | No |
| unittest2 ^= | 0.2.5 | No |
Source
| Repository | https://github.com/izumiya-keisuke/pon2 |
|---|---|
| Homepage | https://github.com/izumiya-keisuke/pon2 |
| Registry Source | nimble_official |
README
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.
- Nazo Puyo Grimoire.
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.