A app to play free and unlimited Sudoku with three difficulties to choose. The app is not published yet.
- Unlimited games: An algorithm creates unique sudokus, so you get a new one each try!
- Three difficulties: Beginner, intermediate and expert.
- Minimalistic: Simple and clean look!
- Notes: Struggling to finish? Take notes like you're playing on paper.
- Notes check: Automatic deletion of impossible notes after you insert a number.
- Mark your numbers/lines: Mark your current row/column and also equal numbers.
- Timer: Stop the time of your Sudoku and beat your highscore.
- Statistics: Find information about your last games.
- Sharing: Share your Sudoku with a friend.
To build this project yourself you need to follow this steps:
- Install Xcode from the Mac AppStore
- Clone the project
- Open the project with Xcode
- Run the
cloneGenerator.sh
script to clone the necessary C-files for Sudoku-generation from the sudoku-expert-generator repo - Add the cloned files to the project
- Build the app ✅ and run it on your iOS device