kingofnart / chess_engine

Chess Engine for learning
0 stars 0 forks source link

Rendering boards for game history #75

Closed kingofnart closed 5 months ago

kingofnart commented 5 months ago

Fixes #74 Rendering game boards with left/right arrows to move forward and backward through the moves. Added a global dict to store Game() instances to run the history boards. Using a stack to move back one move and using existing backend code to move forward one move.