kingofnart / chess_engine

Chess Engine for learning
0 stars 0 forks source link

Adding a game history page to load saved games from db #73

Closed kingofnart closed 5 months ago

kingofnart commented 5 months ago

Fixes #70 Using flask-login to handle user login and logout. Added game history page to show user their previously played games. Just shows game id and moves as a list for now.