Tutorials
Complete game tutorials to learn RedScript by building real projects.
Mini-Games
| Tutorial | Description | Key Concepts |
|---|---|---|
| Zombie Survival | Wave-based survival with shop | State machine, economy, bossbar |
| Capture the Flag | Two-team CTF | Teams, flag mechanics, scoring |
| Parkour Race | Timed course with checkpoints | Timers, checkpoints, records |
What You'll Learn
Each tutorial covers practical game development patterns:
- Game State — Using structs to organize complex state
- Phases — Lobby → Countdown → Playing → Ended
- Scoring — Scoreboards for points, kills, times
- Teams — Creating and managing player teams
- UI — Bossbars, action bars, titles
- Events — Detecting player actions (enter area, die, etc.)
Prerequisites
Before starting tutorials:
- Complete Getting Started
- Understand Variables & Types
- Know Functions and Decorators
Full Examples
All tutorial code is available in the repository: