Overview
The Blueless sample is provided with full source code and demonstrates how Quantum can be used to create a fast and action-packed online 2D platform shooter.
Technical highlights and features are:
- A character controller with custom steering implementation
- Raycast projectiles based on delta-movement
- Data-driven polymorphism for Quantum assets
- Respawn points with Entity Prototypes.
- A disconnect system for inactive players
- A character selection screen while the simulation is already running
The sample game was developed by BitCake Studio for Photon Engine.
Back to top