oryzajustin / tojam2018

A 4-player local game to hold a flag and collect points.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game can have up to 4 ninja characters

victorzshi opened this issue · comments

  • Requires separate key bindings for 4 players

Implementation idea:

  • create 4 different scenes for 4 different players where each instance has different key bindings
  • these 4 instances will share the same base instance that holds player variables to keep consistency
  • use a menu/GUI to select number of players, then spawn right amount of instances