shindavid/AlphaZeroArcade

Javascript game replayer

Closed this issue · 0 comments

Right now, game.py simulates a random game and replays it by printing ascii drawings representing game snapshots.

It would be helpful for debugging and behavior visualization to have something more interactive. I'm thinking an interactive replayer with back/forward step buttons, with diagrams that look like the actual game instead of ascii drawings.