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
- Host: GitHub
- URL: https://github.com/m3tozz/blindsort-tty
- Owner: m3tozz
- Created: 2026-01-11T11:53:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T13:16:47.000Z (5 months ago)
- Last Synced: 2026-01-11T17:25:04.569Z (5 months ago)
- Topics: linux, linux-game, linux-shell, tty, tty-game
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
blindsort-tty
a simple terminal-based number sorting game

----
- 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
----

----