Skip to content

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

Notifications You must be signed in to change notification settings

dmendiza/openfight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use cmake to compile this project.

On ubuntu install the required packages:
    build-essential
    libxml2-dev
    libsdl1.2-all
    libsdl-image-1.2
    libglut-dev

make a directory to hold the build and call cmake:
    mkdir build
    cd build
    cmake ..

then use the generated makefiles to compile:
    make

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published