Catdoku Roadmap

Catdoku Roadmap Used AI

10 devlogs
18h 54m
•  Ship certified

This is a simple Sudoku website guide on how to play beginner level sudokus up to the level i can manage to complete using notes (the use of notes will be explained the way i learnt to do it, don't expect to be something complex from the start)

Timeline

Added more pages (to fill) and fixed the sidebar

Update attachment

Ship 1

1 payout of shell 250.0 shells

Emir David Bruges Belaides

about 1 month ago

Emir David Bruges Belaides Covers 9 devlogs and 17h 59m

Added a learn page without actual content and a topbar on both pages. Things to do: Add content to learn. Style sidebar and make a slide option for it.

Update attachment

Now you can play entirely with the keyboard (except for the undo button)

Update attachment

Now the undo button works by saving the state of the whole grid. It works better with the notes that are eliminated automatically.

Added notes and integrated them to the undo button, i've to make the function to automatically remove the notes when placing a number (video explains better)

Developed a notification system with animations (partially) and developed the undo button. its located in the notification and in the right side of the erase button, also made the whole numpad smaller cuz i like it that way :3

Didn't follow my own order but i still managed to make the erase option, rewrite option (intuitive) and the error detection with a basic method (just completed the sudoku, saved it into a 9x9 matrix and checked if the numbers matched).
Missing: Notification system (for errors)
Notes in cell

added the option to put your own numbers in the grid, also repositioned the numbers options because i didnt like the other one. Things to do: delete number option (if its yours)
notification system
error detection (basic)
notes system.

All in that order

For now you can select and differentiate where did you select by the rows and columns shadow i added. also, if you select a number it will select the other of the same kind aswell.

Making a playable sudoku from scratch with CSS and HTML (i will be using javascript soon). For now i got this, i will be using catppuccin latte for the color theme. (the sudoku, selecting and hover were forced manually, are not automated yet)

Update attachment