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.

13 lines
336 B

  1. # gntag
  2. gntag (from German »Guten Tag«: »good day«, roughly equivalent to »g'day«) is an actor-based simulation of [tag](https://en.wikipedia.org/wiki/Tag_(game)) implemented in rust.
  3. ## Running
  4. ```sh
  5. git clone https://git.adrianheine.de/adrian/gntag.git
  6. cd gntag
  7. cargo run
  8. ```
  9. To exit the simulation, press q, ESC or Ctrl+c.