Skip to content

Commit 69d8c5e

Browse files
authored
Update README.md
1 parent 72e90a3 commit 69d8c5e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Terminal-Sudoku
22
## A simple Sudoku game running in a terminal for the Hackclubs' Summer Of Making 2025
3-
### Done in 2.5 days (12h) total
4-
## README: coming soon!
3+
## Features:
4+
### -Playing Sudoku in the Terminal
5+
### -Detecting when you've messed it up (you only have 1 try!)
6+
### -Settings (via flags):
7+
#### -stopwatch: Keep track of how much time you needed, saves the best one!
8+
#### -sudoku_maker: Save your game in a string
9+
#### -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)
10+
### -Stats, so you can keep track of your victories (and failures) each session
11+
### -Nice user interface (always a "clean screen" after each step
12+
### -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!
13+
14+
### (Took me 18h...)

0 commit comments

Comments
 (0)