Gory Dicing Guardians

Gory Dicing Guardians (GDG) is an endless survival game where you protect a cake against hordes of ants with your cursor by drawing enclosed shapes around ants, and your cursor can also take damage. You can play the game here.

The game was developed in Unity and C# for a 10-hour game jam. I was part of a team of three as one of the programmers.

I was responsible for:

  • Shape drawing using line renderers, and checking whether the drawn shape is convex
  • Calculating whether ants are within the drawn shape by using the ray casting algorithm
  • Mouse logic that tracks the mouse position on the screen and translates it to world position

This project involved working with a lot more math than I was used to, and it was a lot of fun to learn about the different algorithms.