A simple text-based game written in C++ for future memory manipulation experimentation
  • C++ 94.2%
  • CMake 5.8%
Find a file
Marco 7b7adade6e feat: complete interactive game loop with memory manipulation targets
- 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
2025-07-09 01:15:28 +02:00
.gitignore feat: implement complete Player class with advanced leveling system 2025-07-08 22:56:22 +02:00
CMakeLists.txt feat: add working Player class with default stats and display functionality 2025-07-06 21:13:36 +02:00
enemy.cpp feat: add working Player class with default stats and display functionality 2025-07-06 21:13:36 +02:00
enemy.hpp feat: add working Player class with default stats and display functionality 2025-07-06 21:13:36 +02:00
game.cpp feat: complete interactive game loop with memory manipulation targets 2025-07-09 01:15:28 +02:00
game.hpp feat: complete interactive game loop with memory manipulation targets 2025-07-09 01:15:28 +02:00
includes.hpp feat: implement complete Player class with advanced leveling system 2025-07-08 22:56:22 +02:00
main.cpp feat: complete interactive game loop with memory manipulation targets 2025-07-09 01:15:28 +02:00
player.cpp feat: complete interactive game loop with memory manipulation targets 2025-07-09 01:15:28 +02:00
player.hpp feat: complete interactive game loop with memory manipulation targets 2025-07-09 01:15:28 +02:00