Read the documentation here!
- Create an easy to use python package for game theory catering to alternate disciplines like polisci.
- Backend created in rust offering a modern fast and memory-safe language, while python allows for an easy api for the scientific community.
- Normal form and Extensive form games (including incomplete information)
- Solve games using user-ordered preferences (unknown but orderable variables)
- Easily export games to latex and other formats
$ pip install stratpy>>> from stratpy import *
>>>
>>> game1 = Game("Title")Read more about how to use the library here!