Skip to content

Commit 253493a

Browse files
authored
Update README.md
made it less ugly...
1 parent 2c99105 commit 253493a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Terminal-Sudoku
2-
## A simple Sudoku game running in a terminal for the Hackclubs' Summer Of Making 2025
3-
## LOC: 662
2+
# A simple Sudoku game running in a terminal for the Hackclubs' Summer Of Making 2025
3+
> LOC: 662
44
## Features:
5-
### -Playing Sudoku in the Terminal
6-
### -Detecting when you've messed it up (you only have 1 try!)
7-
### -Settings (via flags):
8-
#### -stopwatch: Keep track of how much time you needed, saves the best one!
9-
#### -sudoku_maker: Save your game in a string
10-
#### -templates: use a saved game ("state code") to apply it to the current game. It's possible to use your own pre-made template (but not really recommended)
11-
### -Stats, so you can keep track of your victories (and failures) each session
12-
### -Nice user interface (always a "clean screen" after each step)
13-
### -Written in Rust, so it's pretty performant and lightweight (~1.25mb with the --release flag) and, if anyone wants that (I would wonder), it's pretty memory safe too!
5+
- Playing Sudoku in the Terminal
6+
- Detecting when you've messed it up (you only have 1 try!)
7+
- Settings (via flags):
8+
- stopwatch: Keep track of how much time you needed, saves the best one!
9+
- sudoku_maker: Save your game in a string
10+
- templates: use a saved game ("state code") to apply it to the current game. It's possible to use your own pre-made template (but not really recommended)
11+
- Stats, so you can keep track of your victories (and failures) each session
12+
- Nice user interface (always a "clean screen" after each step)
13+
- Written in Rust, so it's pretty performant and lightweight (~1.25mb with the --release flag) and, if anyone wants that (I would wonder), it's pretty memory safe too!
1414

15-
### (Took me 18h...)
16-
17-
### 1. [Rust Playground Link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=e2c0c20617d25444381b442eb1386cfb)
18-
### 2. cargo install TerminalSudoku
15+
> ## How to install
16+
> [SoM link](https://summer.hackclub.com/projects/1074)
17+
> [Rust Playground Link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=e2c0c20617d25444381b442eb1386cfb)
18+
> `cargo install TerminalSudoku`

0 commit comments

Comments
 (0)