diff --git a/frontend/src/pages/ttt/README.md b/frontend/src/pages/ttt/README.md index 73001a2..d8169ae 100644 --- a/frontend/src/pages/ttt/README.md +++ b/frontend/src/pages/ttt/README.md @@ -1,3 +1,29 @@ +Add another game with user history and matchmaking. +The goal of this major module, is to introduce a new game, distinct from Pong, and +incorporate features such as user history tracking and matchmaking. Key features +and objectives include: +◦ Develop a new, engaging game to diversify the platform’s offerings and enter- +tain users. +◦ Implement user history tracking to record and display individual users’ game- +play statistics. +◦ Create a matchmaking system to allow users to find opponents and participate +in fair and balanced matches. +◦ Ensure that user game history and matchmaking data are stored securely and +remain up-to-date. +◦ Optimize the performance and responsiveness of the new game to provide an +enjoyable user experience. Regularly update and maintain the game to fix +bugs, add new features, and enhance gameplay. +This major module aims to expand your platform by introducing a new game, +enhancing user engagement with gameplay history, and facilitating matchmaking +for an enjoyable gaming experience. + # TO-DO For now I am prohibited from working on the backend as per Maieul's request. -[ ] - Task for December 08 or 09: Tic-tac-toe should lock up once it's finished (i.e., draw or win) and print who won, how many turns and which row/col/diag the win happened in \ No newline at end of file +[ ] - Implement other game + [X] - (Done on Dec. 7 2025) Task for December 08 or 09: Tic-tac-toe should lock up once it's finished (i.e., draw or win) and print who won, how many turns and which row/col/diag the win happened in + +[ ] - Implement user history +[ ] - Implement matchmaking +[ ] - +[ ] - +[ ] - \ No newline at end of file