GridLee

Arcade Platform

Gridlee is a 1983 arcade game produced by Videa. Only one Gridlee cabinet was ever made.

This remake was made in Unity 5.

I added some twists to try to enhance the gameplay, such as height variation and different tile types.

The project started out as a 2 man collaboration that didn't work out, so I decided to take some time to start from scratch and remake everything myself.

The goal of the game is to collect points and to shoot and kill all the enemies that are jumping around.

All assets were made by me.

Grid

Grid setup for making levels easier.

Selecting out of a set of prefabs, you can create you levels faster.

Jumping behavior

Jumping from tile to tile, with a given range.

Uses the grid to check for broken tiles or height, to get the right end position.