nonameentername / openfight

open source fighting game engine written in c++ using sdl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openfight

openfight openfight openfight openfight

This is an open source fighting game written in C++ using SDL.

The project can be built using cmake.

To build in ubuntu install the required packages:

sudo apt-get install build-essential libxml2-dev libsdl1.2-dev libsdl-image1.2-dev libglu1-mesa-dev

Create a directory that is used for the build and generates the platform specific makefiles:

mkdir build
cd build
cmake ..

The project can then be compiled using the generated makefiles:

make

About

open source fighting game engine written in c++ using sdl.


Languages

Language:C++ 97.4%Language:Makefile 1.1%Language:CMake 1.0%Language:Dockerfile 0.5%