This document is about: QUANTUM 2
SWITCH TO

Overview

Level 4

Introduction

The Quantum Quantum Golf Sample is a 2 player turn-based mini-golf game and implements several turn-based features.

Technical Info

  • Unity: 2020.3.20f1
  • Platforms: PC (Windows 10 / Mac) and Mobile (Android)

Highlights

Technical Features

  • an accurate turn control system (down to tick precision);
  • low bandwith play/skip commands;
  • a fair timer pattern that takes each client's connection quality into account; and,
  • signals and events to keep the simulation and view aware of the turn state;

These features are game agnostic and can easily be re-used for other games using turn-control related logic

Gameplay

The gameplay implementation exemplifies best practices regarding the use of the turn based features mentioned above.

golf header
golf gampelay

3rd Party Assets

The Quantum Golf Sample includes several assets provided courtesy of their respective creators. The full packages can be acquired for your own projects at their respective site:

Back to top