ZombiesGame
C++, Ubisoft Next Competition 2024
- Engineered a Zombie AI system that moves and orients towards the player using C++
- Developed a precise collision detection system for accurate projectile impact on zombies using C++ and physics
- Designed and implemented an in-game item shop, enabling players to make strategic purchases, using C++ and on-screen UI text.
- Implemented efficient memory management techniques for game objects and scenes, preventing memory leaks using C++