DEV Community

Cover image for What you need to know when you are coding a game for kids
Ido Barnea
Ido Barnea

Posted on

What you need to know when you are coding a game for kids

Over the weekend I found myself coding a JS game for my kids. The game is very straightforward a word scrambler for kids at the ages of 6-9.
After finishing the first version, I sent the game to some colleagues to get feedback, and here are the things I learned:

  • plan the game before you start coding. Try to imagine the game flow, write the scenes on paper, and try to understand the game as it is.
  • Big control: while coding, always test your code, and see if things are working as expected.
  • get your kid's opinion, about everything, colors, text, words, settings.
  • feedback is important, while they are playing the game, kids, especially young ones, must have some kind of feedback, preferably visual.
  • hints and help: following the previous point, they sometimes need help. Adding some kind of help/clue after 2-3 failures is a must, otherwise, they will feel frustrated.

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay