Skip to content

walkie/tit-for-tat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.