From 4dd69d67e3c37116da1313f372bef899617ef0b1 Mon Sep 17 00:00:00 2001 From: apetitco Date: Sat, 20 Dec 2025 00:44:04 +0100 Subject: [PATCH] (misc): Checked Implement other game and added task to write to database --- frontend/src/pages/ttt/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/src/pages/ttt/README.md b/frontend/src/pages/ttt/README.md index d8169ae..d5de0ed 100644 --- a/frontend/src/pages/ttt/README.md +++ b/frontend/src/pages/ttt/README.md @@ -18,12 +18,13 @@ 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. -[ ] - Implement other game +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 -[ ] - Implement matchmaking -[ ] - -[ ] - -[ ] - \ No newline at end of file +[ ] - Implement user history (ongoing) + [ ] - Write to database the outcome of each game +[ ] - Implement matchmaking +[ ] - +[ ] - +[ ] - \ No newline at end of file