Day 1 Progress

I haven't had a ton of time but I have managed to make something that might be the start of something alright. I'm creating a tile based number game where you must find the maximum numbered tile based on very little information. Ultimately you have to open all the tiles and each tile (with some mechanical exceptions) will count toward your score at face value. So even finding the max value on the first click will still score, your score will just be low. Finding the 0 tile will open 2 tiles at random (not the winning tile) and those tiles will not score.

The lightning bolt will highlight 3 tiles that might be the 0 tile. Two tiles will be safe to click and the other is the 0. Adjacent tiles are non consecutive numbers, so finding a 5 means adjacent tiles will not be a 4 or 6 (but diagonals could be).

Tomorrow I plan to clean it up. For instance there needs to be a screen saying the game is over/you won. I might add some sort of score sharing feature similar to Wordle. Not my best work but flexing some coding skills is always fun.

Will be entirely made in HTML and JavaScript. If I have time will add some animations to the tiles and maybe some sound.

LD50.png