Your First 2D Game

Overview

This is a browser build of the GDQuest Your First 2D Game tutorial—a compact top-down prototype where you dodge slimes, shoot back, and try to last as long as you can.

I rebuilt it from scratch while learning Godot 4. The mechanics are simple on purpose: character movement, enemy spawning on a path, health, shooting, and a game-over state. It is tutorial work, not a Watchlight release.

Packaged on 2026-06-22, 11:16PM PST

Play

Click inside the frame to capture keyboard and mouse input. The first load may take a few seconds while the WebAssembly build downloads.

Controls

InputAction
W A S DMove
MouseAim
Left click or SpaceShoot

Credits

Tutorial and original project structure by GDQuest. Art and assets are from their course materials. This page hosts a personal rebuild exported for the web with Godot 4.