Gameplay Focus C++ University Solo Project
Role: Programmer
IDE: Visual Studio Community 2022
Programming Language: C++
Duration: 10 Weeks (Sept 2024 - Dec 2024), improved upon Oct 2025
Grade: 70/100 (First)
I completed a variety of C++ challenges, including:
A random monster fighting game
A weapon shop program
A random number guessing game
A text case converter
An ASCII art text converter
These challenges formed part of my university's Programming Fundamentals module.
Utilised OOP principles - especially in random monster fighting game and weapon shop program, where I made classes for the Player, Weapon and Enemy
Kept logic separated and clean in dedicated functions
Implemented input validation to avoid unexpected inputs
(Coming soon!)