dannyhammer / TwoPlayerGames

Undergraduate research into the mechanics of simple two-player games.
3 stars 2 forks source link

Use data from Analysis notebook to construct "smart" win strategy for Player 1 #53

Closed dannyhammer closed 3 years ago

dannyhammer commented 3 years ago

The Analysis.ipynb file contains the functions needed to find optimal choices for Player 1 at every move in the game. Use this information to generate a "smart" strategy for Player 1. We can implement it in the takeaway_strategies.py file.