Little Bird Games

Concluded:

An educational web game designed to help build attention skills in children with ADHD.

Little Bird Games ADHD attention game

Overview

In 2014, I was contracted to develop an educational web game with Little Bird Games. My contribution was one of many in a browser-based suite intended to help build attention skills in children with ADHD.

The Concept

The basic concept is a kid’s club house that requires a secret passphrase for entry. To learn this passphrase, the player must successfully answer basic true/false prompts (e.g. “8 is a number” would be “true”) and remember the part of the passphrase that is revealed afterward.

revealing part of the passphrase

By promoting long-term concentration over a span of a series of shorter “distractor” tasks, the game is intended to combat attention deficit and build the day-to-day skills necessary for a child to thrive in an information-rich learning environment.

Adaptive Difficulty

Behind the scenes, the game collects gameplay data including how long each trial took to complete and how many incorrect answers were given. Building on these metrics, the game is geared toward long-term development - successive plays become more challenging as the player must remember a greater number of words in the passphrase.

the difficulty increases!

My Role

Art direction and game design were all handled by Little Bird; UI, UX, and the front end web implementation were all handled by me.

Tech Stack

TechnologyPurpose
HTML5 CanvasGame rendering
CreateJS (EaselJS)Canvas API
CreateJS (SoundJS)Audio handling
CreateJS (PreloadJS)Asset loading
JavaScriptGame logic

It’s now been a number of years since this project, and as is tradition it’s a mixed bag of emotions looking back at my old code. But it was a very rewarding learning experience and my first foray into the world of web games.

Subscribe

Get notified when I publish something new, and unsubscribe at any time.

Latest writing

Read all posts
Homebridge as Rosetta Stone

September 08, 2024

Homebridge as Rosetta Stone

Exploring how Homebridge plugins can help connect proprietary home automation systems to each other

Learning AutoHotkey the Hard Way

September 01, 2022

Learning AutoHotkey the Hard Way

An adventure in learning debugging tools instead of reading documentation