2D game using SFML with C++ without engines
- C++ 14 (or higher)
- SFML 2.5.1
this project is being compiled using CMake. Use the following commands to built and run
mkdir build
cmake -S . -B build
cmake --build build
./bin/game
Make sure you have CMake and SFML installed on your computer