top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Arcade Gauntlet Remake

Date

Fall 2024

Role

Solo developer

Tools

C, OpenGL, Aseprite

Project type

Class Project

This is my version of recreating the arcade game Gauntlet using C. This was a solo final project for my Programming 1 master's class where we had to recreate an arcade game using C.

This recreation is a two-person local co-op game, and includes a character select screen, three enemy types, and 10 unique levels.

NEW KNOWLEDGE: I learned object-oriented programming in C, A-star path finding algorithm, game loop, v-tables and objects' lifetime management.

bottom of page