h5p9sl / SkyFall

A WIP open-source video game: SkyFall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyFall

A WIP open-source video game: SkyFall

Building

Linux

Make sure you have the following packages installed:

  • git
  • cmake
  • make
  • libsfml-dev

If you don't have one or more of those packages, or you simply don't know run the following command (Ubuntu):

sudo apt install git cmake make libsfml-dev

And then, run these commands.

git clone https://github.com/h5p9sl/SkyFall.git
cd SkyFall
cmake .
make

About

A WIP open-source video game: SkyFall

License:GNU General Public License v3.0


Languages

Language:C++ 72.8%Language:CMake 27.2%