
Super Dot
Super Dot is a simple Arcade game where you play as a Blue Circle with the goal of dodging waves of different colored and shaped enemies with vastly distinct movement. Survive five levels with a slowly shrinking arena to play in or test your skills and try and survive as long as possible in the endless mode. Getting hit once by an enemy is game over
Gameplay / Videos
Role:
Gameplay Programmer
Company:
Individual School Project - Algonquin College
Date:
January 2021
Software:
Custom C++ Engine
Visual Studio
Github
Platform:
PC
Responsibilities:
Rendered custom shapes for the Player, Enemies, and Arena using OpenGL.
Created custom movement in the engine.
Implemented ImGui for UI elements tying in a timer and buttons with custom windows.
Programmed Gameplay logic for having a five second timer and shrinking the arena and resetting the timer along with a separate mode that tracks how long you survived.
Spawned enemies randomly around the circle with random movement speed.