You are in a gloomy place and some anthropoids are trying to kill you. Kill them first.
Move with the arrows. Shoot with the spacebar. Escape to quit the game.
- A C++ compiler
- Git
- The conan package manager - recently migrated to conan 2.0.
Deploy my variation of the portaudio package for conan as a prerequisite:
git clone https://github.com/dimi309/portaudio-conan
cd portaudio-conan
conan export . --version=19.7.0
And of course, the small3d library too:
git clone https://github.com/dimi309/small3d-conan
cd small3d-conan
conan export . --version=master
Then clone this repository and build and run the game:
git clone https://github.com/dimi309/gloom
cd gloom
conan build . --build=missing
cd bin
./gloom
# (Or just `gloom` on Windows)
Make sure you clean the repository between different builds:
git clean -fdx