Skip to content

zwimer/AirCombat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple game for whenever you are bored.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published