dannyhammer / TwoPlayerGames

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

feat, refactor, docs #87

Closed dannyhammer closed 3 years ago

dannyhammer commented 3 years ago

feat: Added working version of the Graph Coloring Game, including two basic strategies

refactor: Refactored generic class codebase to support Graph Coloring Game as well as additional games where determining the winner is not explicitly based on who moved last

docs: Updated READMEs and Notebooks to reflect the refactoring mentioned above