Skip to content

ngc92/stargame

Repository files navigation

stargame

yep, that's the name for now!

playing

Control your ship with the arrow keys. Shoot with "C".

Compiling and Running

Dependencies

  • recent compiler that supports C++14
  • irrlicht 1.9 (currently in SVN trunk), compiled without -fno-rtti flag.
  • irrKlang (?)
  • OpenGL stuff

On GNU/Linux

Source the setup script and run the Makefile:

source setup.sh
make -jN

With N the number of your CPU cores + 1.

If you want to compile for debug:

make DEBUG=1 -jN

To run the game:

./bin/release/Stargame

or the debug version:

./bin/debug/Stargame

On Windows

???

Documentation

It uses Doxygen for it.

Make the doc target in Makefile:

make doc

html output in docs/html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages