keithgw / wingspan

A Wingspan AI that uses reinforcement learning to learn to play the wingspan board game.
2 stars 1 forks source link

implement game render #26

Closed keithgw closed 7 months ago

keithgw commented 7 months ago

Game should render after set up, and then after each player turn.

To be rendered:

keithgw commented 7 months ago

objects should have a render method. game state render should happen on game initialization. game render should happen every time a state change happens. Most importantly, at the start of a player's turn.

keithgw commented 7 months ago

remove history of actions taken from the scope of this issue. #29