Developer Resource Center

Master HTML5
Game Development

From first line of code to polished masterpiece. Learn from the team behind 17+ professional instant games.

Start Learning View Resources

Getting Started

Your journey into game development starts here. No complex engines, no installations—just web technologies you already know.

  • Setting up your VS Code environment
  • Understanding the Game Loop
  • Drawing your first shape on Canvas
Begin Tutorial Series

Build "Snake"

The "Hello World" of games. Master the fundamentals.

snake.forEach(s => { ctx.fillRect(s.x, s.y, 20, 20); });

Asset Library

Copy-paste ready code snippets, utility libraries, and AI algorithms.

50 Snippets
New Series

Game Physics

Velocity, gravity, collisions, and particles.

Just Added

Animation

Easing functions, screen shake, and flashy effects.

New Series

Game AI

State machines, pathfinding, and smart enemies.

New

Audio Engine

Synthesizers, scheduling, and dynamic sound effects.

Showcase

Showcase

Explore 17+ open source web games.

Playground

Write game code in your browser and run it instantly.

Live Beta