From 2013e3520a50198d03966369cac422e60cf12720 Mon Sep 17 00:00:00 2001
From: Vladimir Vyalov <vyalov.v@gmail.com>
Date: Mon, 29 Aug 2022 17:13:22 +0300
Subject: [PATCH] Add onx to game section

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

diff --git a/README.md b/README.md
index a78d385..496385b 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,7 @@ List of projects that provide terminal user interfaces
 - [nInvaders](http://ninvaders.sourceforge.net/) Space Invaders
 - [nSnake](https://github.com/alexdantas/nSnake) The classic snake game with textual interface
 - [nudoku](https://github.com/jubalh/nudoku) ncurses based sudoku game
+- [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
 - [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