Skip to content

nonameentername/openfight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages