dannyhammer / TwoPlayerGames

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

Investigate making a generalized `simulate()` function for quickly running new games. #72

Closed dannyhammer closed 3 years ago

dannyhammer commented 3 years ago

Right now it is cumbersome to create and run new games due to the necessary amount of imports.

Possible solution: A single simulate() function that does the following: