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.

Main requirements for my game were as follows:
- Main character should be a dinosaur
- Game should be easy to play
- It shouldn't be possible to lose
- There should be a little (but still existing) growth of difficulty
- Gameplay should be endless
- Progress should be visible even for a person who does not yet know the numbers
- Game controller support
And here is the solution:
- Main character is a dinosaur drawn by my beloved wife Maryam
- The goal is to collect apples by moving on a chess-like field
- No enemies or other dangerous stuff
- 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)
- When there's no room left for another wall, field cleans up compleatly, saving all collected apples
- 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
- Game controllers are supported as well as keyboard and touch
Try it out
You can play the game right in your browser:
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: