Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 397 Bytes

GameEngine

2D Game Engine made on top of SFML

Installation

To compile on Windows, you will need to download and install:

Git

Visual Studio 2019 Community (compiler)

Vcpkg (package manager)

Download the source code

git clone --recursive https://github.com/krecikondexin/SFML_Game_Engine.git

Install libraries

.\vcpkg install sfml:x64-windows

\vcpkg integrate install