A simple text-based game written in C++ for future memory manipulation experimentation
- C++ 94.2%
- CMake 5.8%
- Add persistent game loop with user input commands - Implement heal, damage, gold, xp, stats commands - Create perfect memory target for Cheat Engine learning - Support real-time value modification and feedback - Ready for Phase 1 memory manipulation experiments |
||
|---|---|---|
| .gitignore | ||
| CMakeLists.txt | ||
| enemy.cpp | ||
| enemy.hpp | ||
| game.cpp | ||
| game.hpp | ||
| includes.hpp | ||
| main.cpp | ||
| player.cpp | ||
| player.hpp | ||