Sniper is a very simple game where you run from an adversary which tries to shoot you, but you can collect the bullets and fire them back to gain score.
Make sure you have GLFW installed:
GLFW Install Instructions
sudo pacman -S glfw-x11sudo apt install libglfw3 libglfw3-devDownload a pre-compiled binary from the GLFW website.
Install from Homebrew:
brew install glfwOr download a pre-compiled binary from the GLFW website.
See the instructions on the GLFW website.
Then check that OpenGL 4.1 or above is installed. You can download OpenGL from here.
To build, run ./scripts/build.sh (or .\scripts\build.bat on Windows).
