A nice feature would be "locking" black squares, or otherwise marking them somehow, to distinguish them from squares you may still switch in the future.
Show HN: I made a math puzzle game. Hope you like it
11–20 of 20 posts
Re: Show HN: I made a math puzzle game. Hope you like it
#12I'd prefer the rows, columns and diagonals to have their current sums visible next to the desired totals. Right now, it's tedious to have to add all the numbers up for each one.
Your suggestion would kill the challenge, turning the game into a casual dopamine inducer.
Re: Show HN: I made a math puzzle game. Hope you like it
#13The only thing I at one point missed was the undo action. I accidentally fat-fingered two correctly placed squares, and although it was frustrating at first, in the end I appreciated the additional challenge.
Re: Show HN: I made a math puzzle game. Hope you like it
#14It's frustrating how sometimes my clicks on the black tiles go unhandled.
Re: Show HN: I made a math puzzle game. Hope you like it
#15A nice feature would be "locking" black squares, or otherwise marking them somehow, to distinguish them from squares you may still switch in the future.
Re: Show HN: I made a math puzzle game. Hope you like it
#16Re: Show HN: I made a math puzzle game. Hope you like it
#17Re: Show HN: I made a math puzzle game. Hope you like it
#18I'd prefer the rows, columns and diagonals to have their current sums visible next to the desired totals. Right now, it's tedious to have to add all the numbers up for each one.
Re: Show HN: I made a math puzzle game. Hope you like it
#19Great music. Did you make it?
Re: Show HN: I made a math puzzle game. Hope you like it
#20The HTML structure is very problematic. You use a , even though semantically the game grid is not a table of data. I would have used a with display:grid , though this is not a big deal. The active cell is a with onclick, which means the cursor doesn't show it as clickable and I can't even tab to it so keyboard play is impossible. There are ways to make a look clickable, but it's easiest to just use .