Diceplosion

Dice Rolling Fighting Game

General Information

Tools & Technologies:

Unity

C#

WebGL

GIT

My Roles:

Game Designer

Programmer

Specifications:

Team Size

Time Limit

Game Jam

Theme

4

48 h

GMTK Game Jam 2022

Roll of the Dice

My Contributions

Attack pattern implementation

Every character can have one of four attack moves on each of his six side

Implementation of a grid system

The entire game is built on a grid system. It holds information about Tiles and Characters. It also provides information about neighbors and collisions.

Dice character movement