From 7724e24e4c9258e443ea8947477cda587df69d8b Mon Sep 17 00:00:00 2001 From: Alessandro Petitcollin Date: Sun, 4 Jan 2026 22:32:37 +0100 Subject: [PATCH] (misc): Initial commit --- frontend/src/pages/ttt/README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/ttt/README.md b/frontend/src/pages/ttt/README.md index d5de0ed..61de2fa 100644 --- a/frontend/src/pages/ttt/README.md +++ b/frontend/src/pages/ttt/README.md @@ -18,13 +18,8 @@ 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. -[X] - 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 (ongoing) - [ ] - Write to database the outcome of each game -[ ] - Implement matchmaking -[ ] - -[ ] - -[ ] - \ No newline at end of file + [ ] - Better frontend for queuing and re-queuing + [ ] - Better frontend for in-game information (current player, who are you, who is your opponent) + [ ] - Better frontend for the end of game + [ ] - General bugfix (currently games can hang) + [ ] - Conceded on no action for X seconds \ No newline at end of file