An open API service indexing awesome lists of open source software.

https://github.com/m3tozz/blindsort-tty

a simple terminal-based number sorting game
https://github.com/m3tozz/blindsort-tty

linux linux-game linux-shell tty tty-game

Last synced: 3 months ago
JSON representation

a simple terminal-based number sorting game

Awesome Lists containing this project

README

          

#

blindsort-tty

a simple terminal-based number sorting game

resim

----

- Choose the number of positions (e.g., 6).
- Random numbers will be given to you.
- Place each number into an empty position.
- When all positions are filled, the game checks if the numbers are sorted in ascending order.
- If sorted, you win; if not, you lose.

----

installation
--
```bash
git clone https://github.com/m3tozz/blindsort-tty.git
```
```bash
cd blindsort-tty
```
```bash
sudo make install
```

For Uninstall
sudo make uninstall

----

resim

----

resim