TIC-80 Sudoku
I know sudoku games are everywhere but I didn't see a TIC-80 one so here you go.
If you open up the code there's a bunch of variables at the top that change how the game plays and looks. The source is available on GitHub. You can also find this on the tic80 website.
Controls:
You can use a controller or mouse and keyboard. If you're using a keyboard here are the controls:
Action | Key (QWERTY) |
---|---|
Up | Up Arrow |
Down | Down Arrow |
Left | Left Arrow |
Right | Right Arrow |
A | Z |
B | X |
X | A |
Y | S |
TODO:
- Settings screen
- Sound FX
- Music?
Status | Released |
Platforms | HTML5, Windows, macOS, Linux, Android |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | ChildishGiant |
Genre | Puzzle |
Made with | TIC-80 |
Tags | Open Source, sudoku, TIC-80 |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse, Xbox controller |
Links | Source code |
Download
Download NowName your own price
Click download now to get access to the following files:
cart.js 55 kB
sudoku.tic 43 kB
Development log
- Tiny updateJul 07, 2020
Comments
Log in with itch.io to leave a comment.
I wonder if it’s a limitation of TIC-80 or can movement be made without the need to hold “A”? (played browser version)
If you press ESC and then close game and type `edit` there is a variable called `hold_to_move` you can change from true to false. Then either click the play symbol in the top right or press CTRL+R to run the game. I've been meaning to add a settings menu to this for years but never got around to it 😅
That worked! Thank you! :D
Won a game! Ok, now it’s by far more user-friendly and doesn’t take too much effort and distraction :) I guess the difficulty level is a bit inconsistent - Middle starts way too easy, but the previous attempt was above my Sudoku skills to finish (the dependencies got too convoluted to solve without “trying one direction” but as ctrl+z here goes back only one step, returning to the original position would be problematic). Next puzzle was almost trivial, however, I’m not sure if I did some mistake or is there no win notification for finishing the puzzle?