Leaderboard for a chess club. Program that calculates and displays ratings of chess players in a chess club. The rating is counted based on game-results and uses official Elo rating system.
- An API-like functionality so integration is easier to both graphical ui and web ui.
- Graphical user interface.
- Backend server API
- Database to store games/ratings
- Possible to save all moves of a game
- Integrate stockfish (chess-engine) to analyze games that have moves
- Analyze openings
- Include the db things in the ui -> for ex. show list of all games
- Add ui to play games of chess