Back to Projects
GameMarch 3, 20261 min read
Deadly Corp - A Lethal Company Clone C++ CLI
A clone of the video game Lethal Company built in C++ CLI Application for the Design Patterns with C++ Course Assignment
C++CLIGame

Overview
Deadly Corp - A Lethal Company console application clone done in C++. Assignment 1 for Design Patterns with C++. While in the original game you play as one of the employees, in this game, you act as a sort of Commander where you decide what you want your players to do
Tech Stack
- Language: C++ CMake
Key Features
- Select Moons
- Land and leave Moons
- Item Shop
- Simulation system with weather multipliers
Lessons Learned
During the making of this assignment, I learned a lot on how C++ works, Abstract Classes, RNG, and Destructors. I have really enjoyed the process of making the assignment as it tested my skills and knowledge in designing and implementing the architecture, classes, and functions of my game
Screenshots
Deadly Corp CLI App

Design Diagram
