# gpn-tron-rust A Rust rewrite of the GPN-Tron game. For more documentation see the [original on github](https://github.com/freehuntx/gpn-tron). ## Installation Requirements: - esbuild - rust nightly ``` cargo install --git https://codeberg.org/metamuffin/gpn-tron-rust ``` ## Usage ``` gpn-tron config.toml ``` A example configuration file is provided in the repo root. ## License AGPL-3.0-only; See [COPYING](./COPYING)