Your new way to play Sudoku
Sudoku Pi is a finger-friendly Sudoku game that takes a refreshing new approach to how the game is played. Our aim is to minimize finger movements and to prevent mistakes.
- Select numbers using a circular wheel.
- Numbers that cannot be filled in are disabled in the wheel by default.
- Effective note taking: Quickly "draw" multiple notes in a single movement.
- Select one of five difficulty levels.
- Highscore screen with random fortune quotes.
- No ads, forever.
The source code for Sudoku Pi is available for free under an open-source license that grants you the right to make copies and make modifications, so long as your copies are made available under the same terms.
If you want to support us, please buy the game in the App Store.
Please feel free to follow us or reach out to us!
- Mastodon: https://mastodon.gamedev.place/@couchchilis
- Discord: https://discord.gg/X3ZJvrNZw5
Feel free to open issues or pull requests.
By opening a pull request, you grant Couch Chilis the right to use your contribution in any way they see fit. This includes, but is not limited to, distribution under the terms of the General Public License v3 as well as in binary form for release to app stores.
Just use cargo run
to run the game.
- Make sure you have the Android SDK and NDK installed, as well as
cargo-ndk
. - Use the
build_android_arm.sh
script to build the library. - Open this folder as a project in Android Studio. If the script above completed, it should compile, link, and run successfully.
- Use either the
build_ios.sh
script or thebuild_ios_sim.sh
script, depending on whether you want to create a build for the Simulator or a regular device. - Open this folder as a project in Xcode. If the script above completed, it should compile, link, and run successfully.
Sudoku Pi is copyright 2023-2025 by Couch Chilis and is available under the General Public License v3.
If you use the source code for your own project, we ask you kindly to consider supporting us by buying the game in the App Store.