From cb7f526d532d2590b0e4059170720190dc7d3dfc Mon Sep 17 00:00:00 2001 From: Vladimir Vyalov Date: Mon, 29 Aug 2022 20:48:30 +0300 Subject: [PATCH] Add onx to game section (#106) --- 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