Skip to content

viyamKUN/shooting-game

Repository files navigation

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

About

근본 슈팅 게임

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published