quantum | v2 switch to V1  

Overview

Level Intermediate

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:

To Document Top