Menu

Tree [b31899] master /
 History

HTTPS access


File Date Author Commit
 cmake 2015-01-03 Deathsbreed Deathsbreed [0b2ffe] Do not state found if Irrlicht is not found.
 src 2015-01-15 Deathsbreed Deathsbreed [b31899] Version should be beta.
 .gitignore 2015-01-03 Deathsbreed Deathsbreed [66998a] Do not commit binaries.
 CMakeLists.txt 2015-01-05 Deathsbreed Deathsbreed [2a2cce] Removed unnecessary lines.
 CONTRIBUTORS.md 2015-01-03 Deathsbreed Deathsbreed [82248e] Added to do To Do List and fixed table syntax.
 LICENSE 2015-01-02 Deathsbreed Deathsbreed [620170] Initial commit.
 README.md 2015-01-03 Deathsbreed Deathsbreed [502bc9] Fixed links.
 TODO.md 2015-01-03 Deathsbreed Deathsbreed [058ace] Removed 'Open Window' task. It's done!

Read Me

BattleForGliese

Battle for Gliese is a 3D space shooter game.

Compiling

For now this application is only being developed for Linux, although we will be expanding to Microsoft Windows. In Linux Please ensure that you have the Irrlicht development library installed along with all other necessary dependencies. Also make sure to install build-essential, g++, gcc, cmake, and make. Finally, run the following commands:

$ cmake .
$ make

Contributing

To contribute simply send in the pull request with explanatory comments and we'll analyse it and see if we wish to use it. Make sure to state whether your pull request is a bug fix, a performance enhancement, an improvement, or a new feature:
- A bug fix: the code you supply fixes issues in our own code that causes certain aspects of the program to function improperly.
- A performance enhancement: the code you supply makes the program run faster or use less resources (including hard drive space).
- An improvement: the code you supply adds on to an already existing feature making it better.
- A new feature: the code you supply adds a new feature to the program that didn't already exist.

If your pull request takes care of anything on the To Do List please cross it off in the pull request, but don't remove it. After your pull request has been tested properly it will be removed from the To Do List.

Finally, make sure to add your name to the contributors file in alphabetical order, if you wish. However, remember that all code you submit to this project is owned by the DeathsbreedGames Organization and will be licensed with the GNU GPLv3.

License

Battle for Gliese is licensed with the GNU GPLv3.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.