From d44582b7d24be817cb0744cd6b9285811573aef6 Mon Sep 17 00:00:00 2001
From: Mitchel Paulin <Mitchel0022@gmail.com>
Date: Wed, 16 Mar 2022 21:09:44 -0400
Subject: [PATCH] Added sudoku-rs

Not sure if you have any tui-rs examples yet, decided to add my own small game. It has a few nice features like dynamically resizing UI, a timer, number counter, and highlighting for numbers that the existing Sudoku example does not have.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d8e3e7c..b81787d 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ List of projects that provide terminal user interfaces
 - [nSnake](https://github.com/alexdantas/nSnake) The classic snake game with textual interface
 - [nudoku](https://github.com/jubalh/nudoku) ncurses based sudoku 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
 - [terminal-phase](https://gitlab.com/dustyweb/terminal-phase) Space shooter game that runs in your terminal!
 - [tinytetris](https://github.com/taylorconor/tinytetris) 80x23 terminal tetris!