Kids Game

About

I made this game for my three yaers old daughter that wanted to play some games but was not so familiar with game controller and could not handle with other games that challenges the player too soon.

The kid and the Kids Game

Main requirements for my game were as follows:

  1. Main character should be a dinosaur
  2. Game should be easy to play
  3. It shouldn't be possible to lose
  4. There should be a little (but still existing) growth of difficulty
  5. Gameplay should be endless
  6. Progress should be visible even for a person who does not yet know the numbers
  7. Game controller support

And here is the solution:

  1. Main character is a dinosaur drawn by my beloved wife Maryam
  2. The goal is to collect apples by moving on a chess-like field
  3. No enemies or other dangerous stuff
  4. Stone wall appear on a random cell after each collected apple making the field looks more like a maze is process (special algorithm doesn't let the walls to block available cells completely)
  5. When there's no room left for another wall, field cleans up compleatly, saving all collected apples
  6. Collected apples are presented as a pile in the basket (wierd rectangular basket) so it is visually became more massive when more apples are collected
  7. Game controllers are supported as well as keyboard and touch

Try it out

You can play the game right in your browser:

play the game

Gamepad, keyboard arrows and touchscreen are supported. You can specify the field size by "size" parameter. Available sizes are:

Sources

The sources can be found on Github:

sources on Github