jube / gameskel

Game skeleton for game jams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game skeleton

This project is a game skeleton for game jams. It's meant to be simple and hackable and provides many usual classes that are found in games. It's not a game engine. It is based on SFML2 and Boost.

Requirements

gameskel is written in C++11 so you need a C++11 compiler like Clang or GCC.

gameskel also needs external libraries:

Build and install

You can download the sources directly from github:

git clone https://github.com/jube/gameskel.git

Then you have to use CMake to build the project:

cd gameskel
mkdir build
cd build
cmake ..
make

Finally, you can install the files (you may need root permissions):

make install

How to use

The best way to use this skel is to copy the game directory in your tree. Or to copy the whole skeleton.

Authors

  • Julien Bernard, julien dot bernard at univ dash fcomte dot fr

This library is open source and is distributed under the MIT license.

About

Game skeleton for game jams

License:MIT License


Languages

Language:CMake 52.6%Language:C++ 47.4%