I created a game that you can play on your phone in your browser. No downloads, no ads, no subscriptions and other nonsense: just click the link and play!
Having little to no programming knowledge, I got to work with ChatGPT and Perplexity. After a lot of back and forth chatting this is the result: ‘empty the grid’. I am very curious what you guys think of it. And your high score of course, so far I can’t get past 32…
The game was fun, but there is a few things that may be better:
Even i (writing as a person who have vision problems) can notice a double border CSS issue. There are few ways to fix that … One of them is to use table element together with border-collapse: collapse style.
Consider adding different than body’s default background to cell and maybe few others little CSS changes - the current version looks a bit too plain. Alternatively you can set a different background colour for each cell value. I especially recommend to look for an inspiration in other games like 2048.
Consider some styling for children - I and other people here are fine, but for children it may be more eye-catching if you would use apples and bananas instead of numbers. That’s one of reasons why Fall Guys (for example memory game with fruits) is so popular.
Light/dark mode setting is not persistent - simple refresh resets to default. There are few ways in JavaScript to store settings without a need to change the backend’s code
The main page looks unstyled - I don’t require to write lots of fancy CSS styles, but there are lots of CSS reset samples that you can use like: Barebones: Responsive CSS Boilerplate
Edit: @AstonJ I had no idea that a game title like that may trigger inclusive language message from bot. I’m … sorry?
That’s awesome! Building a game with little programming knowledge is a big achievement. I’ll definitely check it out! Curious—what was the most challenging part of the process for you? And 32 sounds like a tough score to beat!
And by the way, very well done! This is very impressive. I’d encourage you to create more games. You’ll naturally get better over time and the fact this one turned out to be fun shows you’re on the right track.