Skip to content

teddyski/JapaneseAsteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanese Learning Asteroids

A GameMaker game that combines two study goals in one: learning Japanese kana and preparing for the Philippine FE (Fundamentals of Engineering) IT exam — a key requirement for working in Japan on a skilled visa.

Asteroids fall from the sky labeled with hiragana or katakana characters. Type the correct romanization to destroy them before they reach the bottom.

Game Modes

Progression — Start with vowels only. New kana rows unlock as your score increases, gradually adding:

  • Vowels (a i u e o)
  • K / G rows
  • S / Z rows
  • T / D rows
  • N, M, Y, R rows
  • H / B / P rows

Free Play — All kana rows unlocked from the start. Includes the FE Continue system (see below).

Practice (Select Rows) — Choose specific kana rows to drill with no penalty.

Katakana — Katakana variant of the game.

FE Continue System

In Free Play mode, when you get a game over you can press C to attempt a continue. A multiple-choice IT/CS question from the Philippine FE exam bank will appear. Answer correctly (press 1–4) to revive with 2 HP. Each question covers topics directly tested on the FE exam:

  • Algorithms & data structures (Big-O, sorting, search)
  • Memory & operating systems
  • Networking (TCP/UDP, OSI layers, ARP)
  • Databases (SQL, normalization, keys)
  • Software engineering (SDLC, Agile, testing)
  • OOP & programming concepts
  • Computer architecture (CPU, ALU, cache)
  • Security (AES, hashing, DDoS)

This makes the game a practical study tool for Filipinos preparing for the FE exam as part of the Japanese skilled worker visa process.

Controls

  • Type romaji to match falling kana (input uses prefix pruning — narrows to valid matches as you type)
  • Arrow keys / Enter — navigate menus
  • Space — toggle rows in Practice mode
  • C — attempt FE continue on game over (Free Play only)
  • 1–4 — select FE answer

Built With

GameMaker

Running the Project

Open JapaneseLearningAsteroids/JapaneseLearningAsteroids.yyp in GameMaker to build and run.

About

GameMaker kana-learning game with integrated FE exam prep for the Japan skilled worker visa pathway

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors