Back to projects

Web Games / 2025

Phaser Arcade Games

Collection of web arcade prototypes built for fast loading, browser play, and rapid iteration.

Screenshot placeholder

Overview

Small browser games and mechanics prototypes designed to test input feel, scoring loops, and replayability.

Problem

Web games need quick startup, compact assets, and input that feels good across devices.

Solution

Keep scenes focused, load only required assets, and structure prototypes around isolated mechanics that are easy to reuse.

Lessons Learned

  • Short loops expose design issues quickly.
  • Browser performance benefits from disciplined asset scope.
  • Reusable scene patterns speed up new prototypes.