From f7ac35ed3592d184b66729e85f346bf868ebddd3 Mon Sep 17 00:00:00 2001 From: birland <153282481+birland@users.noreply.github.com> Date: Sun, 7 Sep 2025 07:20:11 +0000 Subject: [PATCH] Add tic-tac-toe as an example project using FTXUI (#1109) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 407dda1f..78f37ded 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Feel free to add your projects here: - [openJuice](https://github.com/mikomikotaishi/openJuice) - [SHOOT!](https://github.com/ShingZhanho/ENGG1340-Project-25Spring) - [VerifySN (Fast Hash Tool)](https://github.com/d06i/verifySN) +- [tic-tac-toe](https://github.com/birland/tic-tac-toe) ### [cpp-best-practices/game_jam](https://github.com/cpp-best-practices/game_jam)