01 · Where the idea came from
Every game started with something Sabina liked.
Sabina had tried typing tutorial apps before. At first, learning where the keys lived was new. But after a while, the lessons felt like the same thing over and over. They did not feel like games, so she stopped wanting to open them.
As her dad, I know how important typing will be. It is one of those quiet skills that helps a kid turn an idea into a story, a question, or a school project without having to hunt for every letter. I wanted her to practice, but I also wanted her to have a fun reason to come back.
So we asked what would happen if typing made a game grow. Every correct key adds another bright scale to a friendly dragon. A mistake makes the dragon a little shorter, but it never ends the adventure. Finish a whole story and the dragon takes off for a 30-second coin chase.
Coins, movement, new stories, and changing challenges break up the repetition. Even a fun game can get boring if it never changes, so Dragon Type watches accuracy and speed, then grows along with the player instead of asking them to repeat the same lesson forever.
02 · Our first plan
We wrote down what the game needed.
Our first plan was short. It listed the characters, actions, rules, and goal. That gave the coding helper enough information to make a first version.
Original, funny mini-stories that begin with easy keys and slowly introduce capitals, punctuation, and numbers.
A dragon that grows one scale at a time when the player types the right character.
A glowing on-screen keyboard that shows the next key and suggests which finger to try.
An 18-to-45-second coin chase after every paragraph. Faster typing earns a longer flight and more chances to collect coins.
Difficulty that responds to accuracy and speed instead of ending after a fixed number of levels.
03 · Parts of the game
Each part has a job.
Engineers often call these parts systems. When we name each system, it is easier to understand what it does and fix it when something goes wrong.
Typing
What counts as progress?The next exact character grows the dragon and moves the story forward. A wrong key gives a gentle clue and a quick retry.
Guidance
How does a new typist find a key?The guide detects an iPhone, iPad, or computer. It matches that keyboard and explains when to use Shift, 123, or a special-character key.
Breaks
Why switch to a coin game?Typing speed becomes game time. A slower round earns a short flight; more words per minute earn up to 45 seconds of coin collecting.
Difficulty
How does the game grow?Strong accuracy and steady speed introduce longer stories and trickier keys. A rough round keeps the next story comfortable.
04 · What we changed
We played the game and made it better.
- 1
Start with why she stopped
Repeating the same typing exercise was not enough. The practice needed a character, a goal, and a reward worth reaching.
- 2
Make each key visible
We split the story into finished text, one glowing next character, and the text still to come.
- 3
Make progress feel alive
Correct keys add colorful body scales. Mistakes remove only a couple, so the player can recover right away.
- 4
Reward the paragraph
Completing the story launches a timed sky board with coins, arrow controls, and large touch buttons.
05 · What we learned
Thinking like an engineer
The best practice game is not the one a kid plays once. It is the one they want to return to. Dragon Type makes every key change something, treats mistakes as quick retries, and puts a burst of play at the end of every paragraph.
Talk about it together
Questions you can ask while you play
- How can the game show the next key without distracting from the whole sentence?
- What should happen after a mistake so the player wants to try again?
- When is a player ready for longer stories or harder punctuation?