Who is it for?
This game is designed for kids, teens, and beginners, ages 6–7 and up, who are getting started in the world of computer science, logic, and computational thinking, helping them understand the fundamentals behind coding through a visual block-based system.
Number of players
This is a single-player (1 player) game, making it ideal for self-paced learning, independent classroom work, or solving challenges collaboratively as a team.
What is it about?
Blinky's Adventure is an online interactive computer science game by Digipuzzle where you guide a small robot to the finish line, represented by a yellow square. Instead of writing complex code, you insert instructions sequentially using simple blocks. Along the way, you can collect plenty of coins to increase Blinky's vital energy, adding a fun route-optimization component to the challenge.
What skills are developed?
- Computational thinking: A practical introduction to the logic of structured programming.
- Sequencing and Algorithms: Planning orderly steps using the
walkcommand and determining the correct direction with up, down, left, right. - Loops and repetition: Using a counter to set the number of times an instruction repeats, teaching how to execute multiple actions with a single line of code.
- Spatial awareness and optimization: Calculating optimal paths to dodge obstacles and collect as many coins as possible.
How to get the most out of it?
To maximize the educational value of this game, it is highly recommended to introduce extra mini-challenges. For instance, rather than just reaching the finish line any way they can, players can be motivated to achieve the goal using the fewest lines of code possible. This naturally encourages them to replace repetitive steps with the efficient use of loops and the repetition counter.



