A new kind of game-dev academy

Learn game dev like it's an RPG.

GAMR.dev is a gamified game-development academy. Start with no experience, follow one guided path, and publish a real game you can share — earning XP and badges as you go. Then specialize in Unity, Unreal, Godot, Roblox, web or AI game tools.

Start learning View curriculum Free access — beta, no card required
New Game DeveloperWeb Game DeveloperUnity DeveloperUnreal DeveloperRoblox CreatorGodot Developer+ more
184+
Guided hours
272
Lessons
55
Modules
Weekly
New lessons

The World Map

Choose your path

Ten learning zones, each a full journey from your first line of code to a shipped game. Hover a zone to scout what's inside.

Cobalt Forge

Unity Developer

The industry's most-used engine.

5 modules19h content
Unity Enemies & AI
Intermediate · 4.5h · Hunter Maker
Unity Polish & Ship
Intermediate · 3.5h · Ship Captain
Unity Player Controller
Intermediate · 3.5h · Prime Mover
Explore this path

Progression System

Learning that feels like leveling up

A full RPG progression layer sits on top of every course — so momentum, not willpower, carries you to shipped.

Demo profile — illustration, not a real learner
N
@nova_dev
Unity Developer · Level 9
23
Level 912,480 XP
19
Modules
6
Badges
9
Level
Current quest
Boss Challenge: Build a boss AI in 48h
Recent badges
First FrameGravity WellArchitectPrime MoverNode WeaverPixel Alchemist

XP & Levels

Every lesson, quiz and challenge awards XP that levels up your dev.

Daily Streaks

Keep the fire alive — streaks multiply momentum and rewards.

Quests

Guided objectives that turn a curriculum into an adventure.

Boss Challenges

Timed, high-stakes builds that test everything you've learned.

Badges

Earn collectible badges for mastery and rare achievements.

Trophies

Completed projects become trophies in your portfolio.

Weekly path progress
How the weekly progress ring looks once you start a path.
Demo data — not a real learner's progress.
72%this week

Course Library

A library that keeps growing

Sixteen categories across every major engine and discipline. Start free, unlock everything with a membership.

Coding FoundationsJavaScript GamesTypeScript Game SystemsPython for Game ToolsC# for UnityUnreal BlueprintsUnreal C++GodotRoblox StudioGame AnimationGame UI/UXShadersAI-Assisted Game DevMultiplayerProcedural WorldsMonetization & PublishingGame Design

Inside a Lesson

Learn by building, not watching

Every lesson pairs guided code with a live preview, objectives and XP rewards. Here's a taste — try checking the objectives.

platformer.js
1function update(dt) {
2 player.vy += GRAVITY * dt;
3 player.y += player.vy * dt;
4 if (player.y > FLOOR) {
5 player.y = FLOOR;
6 player.vy = 0;
7 }
8}
live preview
Objectives
+120 XP

Preview shown with sample data. The full lesson player saves progress to your profile.

Free beta

Everything's free right now.

We're gathering feedback before we turn on billing — every path, project and boss challenge is unlocked for every account, no card required.

Beta access

Membership pricing will return once the beta wraps — pick up right where you left off.

Create free account

Built for Builders

Made for aspiring studio founders

A brand-new academy with an old-school promise: you leave with real skills and real projects.

Structured learning

Clear paths from your first line of code to a shipped title — no more tutorial maze.

Project-based lessons

Every module produces something playable you actually keep.

Gamified progress

XP, levels, streaks and quests keep momentum on the hard days.

Cloud-saved profile

Your progress and projects follow you to any device, instantly.

Real portfolio projects

Graduate with a body of work — not just certificates.

Questions

Everything you might ask

Completely. Every learning path starts from zero with free intro lessons, and the New Game Developer path assumes no prior coding experience at all. You'll be shipping a playable game in your first hours.

Your first game is one quest away.

Create a free account and start earning XP today. Every module is unlocked during our beta — no membership needed.