CPPCrates
Solo developed a console based C++ game about opening crates and earning money, featuring interactable menus, moddable JSON backend, player data saves, and more.
CPPCrates
Developed for a university module teaching C++ in a console-based environment, this game is a clicker/idle game where players click to earn coins, which can be used to buy crates that contain random items of varying rarities.
Some of the features of the game include:
- A crate shop that supports buying crates and viewing the contents of the crates
- A player coins balance that is updated when the player uses coin clickers or gets items from crates
- A moddable JSON backend that allows for easy additions of new crates and items
- A save/load system that allows players to save their progress and load back into the game at a later time