Name
Global Game Jam 2016
Small description
A two player online multiplayer maze game with asymmetric gameplay. Features a randomized maze with infinite scrolling.
Category
Game Jam
Date
30 & 31 Jan 2016
Engine
Unity
Roles
Network programmer
Gameplay programmer
Source
http://globalgamejam.org
My Contributions

Network programming

For this game I created all of the network implementations. In-game lobby, player state and player roles.

Infinite scrolling randomized maze

The player can never reach the end of a level because the level will seamlessly loop around. Each new level has a randomized maze that is built from predefined tiles.

In-game column and row shifting

The other player that is currently not in-game can manipulate the level by shifting the columns and rows of the level.