2D Game Engine made on top of SFML
To compile on Windows, you will need to download and install:
Git
Visual Studio 2019 Community (compiler)
Vcpkg (package manager)
git clone --recursive https://github.com/krecikondexin/SFML_Game_Engine.git
.\vcpkg install sfml:x64-windows
\vcpkg integrate install