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.
|
|
5 years ago | |
|---|---|---|
| ext | 5 years ago | |
| src | 5 years ago | |
| tests | 5 years ago | |
| .gitignore | 5 years ago | |
| .gitmodules | 5 years ago | |
| LICENSE | 5 years ago | |
| Makefile | 5 years ago | |
| README | 5 years ago | |
README
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