GAME / WORD LEARNING
英単語でGO!
An English-word take on “Kanji de GO!”. A browser game for elementary schoolers with five question types — spelling, multiple choice, listening, and fill-in-the-blank.
- Levels5 levels, 462 words
- Question types5 kinds
- SavingIn-browser only
What kind of game is it?
Besides the base format of tapping letter tiles to spell a word, there are four more formats: Japanese-to-English multiple choice, English-to-Japanese multiple choice, listening multiple choice, and fill-in-the-blank. There are five levels from beginner to expert, covering 462 words in total.
How it is built
A static site built with plain JS/HTML/CSS only, with no external libraries, CDNs, fonts, or images — it runs fully offline. The buddy characters are rendered as emoji stickers.
How to play
- Start from the title screen and pick a buddy animal and a level.
- Answer depending on the format: tap tiles, choose from four options, or listen to audio.
- After ten questions, the result screen shows a rank (S/A/B/C) and your correct count.
Missed words are recorded as “weak words,” and once four or more pile up, a dedicated review mode unlocks. The game also tracks how many days in a row you have played.
Buddy and settings
Choose a buddy from six animals — fox, cat, penguin, bear, rabbit, and frog — whose expressions change with correct and incorrect answers. Sound, speech rate (normal/slow), and the timer can each be toggled.
Data handling
Streaks, weak words, and settings are saved in browser Local Storage, and nothing is sent externally. To erase it, delete site data for play-workshub.com in your browser settings.