Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.54 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.54 KB

Tit-for-tat: a game theory toolbox in Rust

GitHub crates.io docs.rs/t4t docs.rs/t4t-games GitHub actions workflow status

Tit-for-tat (t4t) is a game theory library with a focus on experimentation over formal analysis, and expressiveness over performance. It provides flexible types and traits for defining games and strategies, then executing them to observe the results.

This repository hosts two crates:

  • t4t: The library itself.
  • t4t-games: A collection of games and strategies implemented using t4t.

If you use this library for something, or are considering using it, I'd love to hear about it! Please get in touch using the contact info on my GitHub profile.