Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhthies/gpn21-gpn-tron
Bot for the gpn-tron game at GPN 21 and GPN 22, wirtten in Rust
https://github.com/mhthies/gpn21-gpn-tron
gpn-tron
Last synced: 1 day ago
JSON representation
Bot for the gpn-tron game at GPN 21 and GPN 22, wirtten in Rust
- Host: GitHub
- URL: https://github.com/mhthies/gpn21-gpn-tron
- Owner: mhthies
- Created: 2023-06-08T21:38:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T15:44:44.000Z (7 months ago)
- Last Synced: 2024-11-11T13:06:55.292Z (about 1 month ago)
- Topics: gpn-tron
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPN-Tron bot
This is my [gpn-tron](https://github.com/freehuntx/gpn-tron) bot implementation from Gulasch-Programmier-Nacht 2023 (GPN 21), known from the *michael-1.0*, *michael-1.0.2* and *michael-1.0.3* bots.
## Running
Compile and run with
```bash
cargo run
```The program accepts one command line argument with the path of the config file.
If not given, a `config.toml` in the current working directory is expected.
An example config file is given in [config.example.toml](config.example.toml).To enable logging, set the `RUST_LOG` environment variable to the desired log level (e.g. `RUST_LOG=info`).