We're creating a python port of Twilight Struggle which will be a barebones (command-line, no graphics) implementation of the game. The purpose of this project is to implement a reinforcement learning algorithm that would be a stronger computer player than the natively implemented one.
Run the python file within a command window via python struggler.py
, or open the Jupyter notebook struggler.ipynb
.
The following base commands are provided:
This repo is a work-in-progress so expect a constant flow of updates.