blob: 2bbeab963e1e12a3f3f3ffcd170c09a6ccd9a781 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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)
|