A simple actor-based simulation of tag, implemented in rust.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adrian Heine 70ad3a3bdd Add initial README 3 years ago
src Make SimpleAgent actually hunt others 3 years ago
.gitignore Init 3 years ago
Cargo.toml Initial view 3 years ago
README.md Add initial README 3 years ago
rustfmt.toml Init 3 years ago

README.md

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.