From 16364a82da92e4aae02488f1e37f7d1e8df9db43 Mon Sep 17 00:00:00 2001
From: Sundeep Agarwal <learnbyexample.net@gmail.com>
Date: Fri, 22 Dec 2023 11:47:54 +0530
Subject: [PATCH] Add Square Tic Tac Toe

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3351883..fd09a22 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ List of projects that provide terminal user interfaces
 - [onx](https://github.com/vyalovvldmr/onx) Noughts & Crosses client-server game with your partner. Based on textual and python.
 - [pokete](https://github.com/lxgr-linux/pokete) A terminal based Pokemon like game
 - [snake](https://github.com/wick3dr0se/snake) :video_game:  A super minimal TUI snake game written in pure BASH v5.1+
+- [Square Tic Tac Toe](https://github.com/learnbyexample/TUI-apps/tree/main/SquareTicTacToe) Like Tic Tac Toe, but form a square with 4 corners instead of a line
 - [sshtron](https://github.com/zachlatta/sshtron) multiplayer lightcycle game that runs through SSH
 - [steam-tui](https://github.com/dmadisetti/steam-tui) Just a simple TUI client for steamcmd. Allows for the graphical launching, updating, and downloading of steam games through a simple terminal client.
 - [sudoku-rs](https://github.com/MitchelPaulin/sudoku-rs) Sudoku built with tui-rs