This is a simple clone of the game 'Breakout' using SFML and c++17.
Clone the repository.
Open the .sln file with Visual Studio and build the project.
Go to the x64/Debug folder and add the following files to it:
- openal32.dll
- sfml-audio-d-2.dll
- sfml-system-d-2.dll
- sfml-graphics-d-2.dll
- sfml-window-d-2.dll
these files are located in the ThirdParty/bin folder.