Skip to content

luk707/games

Repository files navigation

Games

This repo houses some small experiments using C++ & Raylib.

Contents

Prerequisites

Note: This repository currently only works on Windows. I intend to also support Linux & MacOS in the future.

Environment

Bazel should be present in PATH, and BAZEL_VC should be set to your the VC directory of VS2019 Build Tools, it will likely be C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC.

Cobra

$ bazel run //examples/cobra --enable_runfiles

Cobra

Game of Life

$ bazel run //examples/game_of_life

Game of Life

GLFW

$ bazel run //examples/glfw --enable_runfiles

GLFW

Hello World

$ bazel run //examples/hello_world

Hello World

Raymarching

$ bazel run //examples/raymarching --enable_runfiles

Raymarching