Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaajjo authored Dec 30, 2022
1 parent a449bfa commit 75c77fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ Sudoku app built with [Jetpack Compose](https://developer.android.com/jetpack/co
- 9x9 and 6x6 with 4 difficulties
- 2 input methods. Digit first and cell first
- 2 types of mistakes checking. First is detecting game rules violations and the second is checking with final solution
- Statistics and records. Best and average times, win streak, started/completed games count and win rate.
- Saves. You can continue any uncompleted game
- Statistics and records. Best and average times, win streak, started/completed games count and win rate
- Saves. You can continue any uncompleted game whenever you want
- Many settings and customizations such as auto erase notes, remaining uses, identical numbers highlight, app themes and more
- Tutorials for game techniques (in progress)
- Custom sudoku (manually or from string)

### Plans
- Better hint system (explain the next move instead of just reveal the number)
- 12x12 (need to implement zoom and pan on canvas because cells in 12x12 are too small)
- Full set of sudoku techniques
- Full set of sudoku techniques tutorials
- Custom sudoku from gallery or camera
- More customizations (customize everything than can be customized🔥)
- Something else

This project uses modified version of [QQWing](https://github.com/stephenostermiller/qqwing)
Expand Down

0 comments on commit 75c77fb

Please sign in to comment.