Skip to main content
Reading time: ~35 minutes
This guide provides practical, real-world examples of building game systems with CORP.

Table of Contents

Simple Player Controller

A basic player controller with movement and jumping.

PlayerController Component

Scene Setup

Health System

A complete health system with damage, healing, and death.

HealthSystem Component

Weapon System

A flexible weapon system with shooting and reloading.

Weapon Component

Enemy AI

A simple AI that chases and attacks the player.

EnemyAI Component

Pickup Items

A collectable item system.

Pickup Component

Complete Multiplayer Example

A complete multiplayer game scene with players, enemies, and pickups.

Game Scene

Using the Scene

Next Steps


Build amazing games with these practical examples! 🎮