Traktor Snake
Level
                        BEGINNER
                        Overview
This sample is provided with full source code and demonstrates how Quantum can be used to create a 3D multiplayer snake game.
Download
| Version | Release Date | Download | 
|---|---|---|
| 2.1.8.1 | 6月 27, 2024 | Quantum Traktor Snake 2.1.8.1 | 
Technical Info
- Unity: 2021.1.23f1.
 - Platforms: PC (Windows / Mac)
 
Highlights
Technical
- Ringbuffer for trail/breadcrum positions based on min distance;
 - Wagons linearly interpolate between ringbuffer elements (smooth movement) based on their position/index in the chain;
 - All operations are very efficient (O(1) complexity), designed with mobile in mind;
 
Gameplay
- Snake game;
 - 3D Physics;
 
Screenshots
        
        3rd Party Assets
The Projectiles Sample includes several assets provided courtesy of their respective creators. The full packages can be acquired for your own projects at their respective site:
- Car Kit by Kenney
 - Gridbox Prototype Materials by Ciathyza
 
IMPORTANT: To use them in a commercial project, it is required to purchase a license from the respective creators.
Back to top