MATLAB games and tooling built on simpleGameEngine — a small sprite-based engine for course-style projects.
| Script | Description |
|---|---|
MathDungeon.m |
Roguelike math dungeon |
MathBattleRPG.m |
RPG-style math battles |
NumberMaze.m |
Maze with math-locked doors |
SpellingQuest.m |
Collect letters to spell words |
MathBattle.m |
Wave-based math combat (console-oriented) |
Open MATLAB, cd into this folder (so sprite paths resolve), then run the script you want, for example:
MathDungeonSprite sheets and retro_images (1)/ are included so the scripts run without extra setup. High-score .mat files are ignored by git and are created locally when you play.
Sprite viewers, sheet builders, and ID lookup tools: pickSprites.m, findSprites.m, createMathDungeonSprites.m, etc.