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: 

ActionKey (QWERTY)
UpUp Arrow
DownDown Arrow
LeftLeft Arrow
RightRight Arrow
AZ
BX
XA
YS

TODO:

  • Settings screen
  • Sound FX
  • Music?
StatusReleased
PlatformsWindows, macOS, Linux, Android, HTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorChildishGiant
GenrePuzzle
Made withTIC-80
TagsOpen Source, sudoku, TIC-80
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse, Xbox controller
LinksSource 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

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)

(+1)

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?