Basic shooting game.
- bazel build //shooting-game
- ./bazel-bin/shooting-game/shooting-game
- cmake .. -GNinja
- ninja
- need
chmod +x shooting-game
(add execute permission) - need assets folder and files
SDL2
Bazel
- bazel run //:buildifier
- test all: bazel test //...