This document is about: QUANTUM 2
SWITCH TO

Traktor Snake

Level 4
Available in the Gaming Circle and Industries Circle
Circle

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.5 May 11, 2023 Quantum TraktorSnake 2.1.5 Build 212

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:

IMPORTANT: To use them in a commercial project, it is required to purchase a license from the respective creators.

Back to top