crocparty/README.md

261 B

Croc Party!

A tiny platform game in C/SDL.

Commands

Run (release)

$ bazel run -c opt sdl_host.exe

Run

$ bazel run sdl_host.exe

Dump requirements

(TODO: Automate)

$ pip freeze -r requirements.txt > requirements.lock