OpenClassrooms Project 4: Develop a software program in Python for a Chess Club to manage their tournaments

1 Open Issue Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub
[US01] - AJOUTER UN JOUEUR about 2 months ago

AI Summary: Implement a feature to add new players to the chess tournament management system. The player's name, surname, date of birth, and national chess ID should be recorded. The system should initialize the player's statistics (wins, losses, draws, points) to zero upon successful addition. Data persistence should be handled using JSON.

Complexity: 2/5
good first issue

OpenClassrooms Project 4: Develop a software program in Python for a Chess Club to manage their tournaments