Linkino / DangerousFlight

An obstacle-escaping game written in C on SDL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDDD FFFFFF~~~~~~~ D D F~~~~~~~ D D FFFF~~~~~~~ D D F DDDD F~~~~~

The Dangerous Flight

INCOMPLETE YET

#0. Intro

The Dangerous Flight is a game about airplanes fighting. You can drive planes and let them shoot missles and enemies coming to you(in the later versions).

#1. Building

This game requires cmake, SDL and SDL_image to build.

Follow these steps to build on linux:

mkdir build
cd build
cmake ..
make

And to run it:

cd ..
./build/DF

Or on windows, you can use VC++ to open DF.vcxproj, and build.

Notice that you must run the game in the dir which "res" in.

Enjoy!

#TODO Add more sections.

About

An obstacle-escaping game written in C on SDL.


Languages

Language:C 98.1%Language:Shell 0.9%Language:C++ 0.5%Language:CMake 0.5%