Back
Playground
Load previous page…
implement special styling for cells that have been played, so the player has the visual cue to be able to remove them
#playground
get first and last numbers to be a specific color to signal user where game starts and ends
#playground
get initial board values to be a different color from the values the player has to play in order to complete puzzle
#playground
add comments on code because it was getting messy and confusing
#playground
struggle to fix what should have been simple, but AI was acting up so I consumed a shit ton of credits
#playground
make so that Undo/Redo move history is reset when a new puzzle is started whenever user plays multiple puzzles back to back
#playground
fix behavior of NextPuzzle button to update the puzzleID variable whenever it is clicked
#playground
add logo to homepage and make it clickable to redirect to homepage from any part of the site
#playground
add watcher to ensure that when "next puzzle" button is clicked, the page loads the next puzzle
#playground
make game controls appear underneath game board when on mobile
#playground
almost done tweaking tailwind css ; need to fix mobile view tomorrow
#playground