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 supports defining games and strategies, then executing them repeatedly in order to collect and observe the results.

This repository hosts two crates:

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