pon2

Application and Library Dedicated to Puyo Puyo and Nazo Puyo

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 1.2.0
License Apache-2.0 OR MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-04 05:10

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

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

  1. Create a new branch for your feature or bug fix.
  2. Submit a Pull Request (PR) to the main branch.

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.