A simple actor-based simulation of tag, implemented in rust.
Find a file
2021-07-22 17:55:50 +02:00
src Fix tests 2021-07-22 17:55:50 +02:00
.gitignore Init 2021-07-21 23:02:02 +02:00
Cargo.toml Initial view 2021-07-22 14:14:18 +02:00
README.md Add initial README 2021-07-22 16:44:16 +02:00
rustfmt.toml Init 2021-07-21 23:02:02 +02:00

gntag

gntag (from German »Guten Tag«: »good day«, roughly equivalent to »g'day«) is an actor-based simulation of tag implemented in rust.

Running

git clone https://git.adrianheine.de/adrian/gntag.git
cd gntag
cargo run

To exit the simulation, press q, ESC or Ctrl+c.