Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.33 KB

AirCombat

AirCombat is a simple game with simple rules:

  1. Don't get hit by anything
  2. Don't let enemies pass you
  3. Have fun!

Disclaimer

This game is my first experience using QT, and a way for me to practice doing so. I simply made this game to familiarize myself with some basic QT. It has yet to have any optimzations applied and yet to be fully finished. For information regarding preformance boosting optimizations visit the Future Plans wiki page.

Devolpers

Please read the Issues wiki page before diving in. Also note that there are some stray comments in the files relating to what is listed in future plans.

Requirements

This application requires the use of the graphics library QT. It requires qmake 5.7 and C++ 11 to build.

Installation Instructions:

First, cd into the directory you would like to install this application in

Then git clone this repository

git clone https://github.com/zwimer/AirCombat

Create your build directory as follows

mkdir AirCombat/build && cd AirCombat/build/

After that run qmake and make with the command below

qmake ../AirCombat/AirCombat.pro && make

Usage

This application takes no arguments. Just open it like you would any application.