- Core game mechanics
- Basic funds management
- User data storage through save files
.
├── docs # Documentation
├── src # Source files
├── .gitignore
└── README.mdcmake -B build
cmake --build buildExecutable will be found in the build/ subdirectory under the name of ics0017(or ics0017.exe on Windows environments)
- Funds
- [~] Dynamic Memory
- Saving
- Operator Overloading
- Move Operator
- ostream Operator