A C++ game built with SFML.
- CMake 3.16 or higher
- A C++17 compatible compiler (g++ on Linux, MSVC or MinGW on Windows)
- SFML (Linux only, installed via apt)
Make sure you are in the project root directory for all commands.
#intall cmake and sfml if not already installed
sudo apt install cmake libsfml-dev -y
cmake -B build
cmake --build build./Game# Install CMake if not already installed
choco install cmake
cmake -B build
cmake --build build --config Release.\Release\Game.exe