You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

602 B


Work in progress orbital shipping game

Dependencies:
libTangerine: https://gitlab.com/cinnaboot/tangerine
Catch2 (for tests):
https://github.com/catchorg/Catch2/blob/devel/docs/Readme.md

TODO:
add git submodule for libTangerine
try out Catch2 for testing: https://github.com/catchorg/Catch2
you know, make the actual game

Building:
install dependencies for your environment:
eg) $ sudo pacman -S assimp glew glm sdl2 catch2 gcc make
checkout, and initialise submodule dependencies:
$ git submodule init
$ git submodule update --recursive
build:
$ make

binaries will be in ./bin