Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 467 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 467 Bytes

Shooting Game

Basic shooting game.

Build

Bazel

  • bazel build //shooting-game
  • ./bazel-bin/shooting-game/shooting-game

CMake

  • cmake .. -GNinja
  • ninja

Execute Build file

  • need chmod +x shooting-game (add execute permission)
  • need assets folder and files

Use

  • SDL2
  • Bazel

Commands

  • bazel run //:buildifier

Test

  • test all: bazel test //...

Other Docs