This is a simple 2D game project implemented in C++.
- Player, Enemy, and Experience objects with position, size, and priority.
- Player levels up after collecting experience.
- Enemy moves toward player.
- Basic collision handling.
Currently under development.
Use cmake
and make
to build the project:
mkdir build
cd build
cmake ..
make