# 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 ```