Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nervonment committed May 29, 2024
1 parent ff43a60 commit 59a7678
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# sudoku

命令行数独。

## Features
- Random sudoku puzzles with different levels.
- Undo and redo.
- Hint.
- Only support Chinese currently.
- : )

## Run & Build
To run the game:
```
cd sudoku
cargo run
```

To build the game:
```
cargo build --release
```

0 comments on commit 59a7678

Please sign in to comment.