A tiny platform game in C/SDL.
Go to file
2024-02-25 22:10:21 -08:00
.idea Port to Bazel 2024-02-24 21:04:20 -08:00
.vscode Ellipses! 2024-02-25 22:10:21 -08:00
device Groundwork for sys, palette 2024-02-25 17:54:57 -08:00
game Ellipses! 2024-02-25 22:10:21 -08:00
sdl MORE BAZEL. VS Code only, by the way 2024-02-25 13:49:21 -08:00
sdl_host Support significant parts of pico 8 graphics 2024-02-25 18:38:53 -08:00
sys Ellipses! 2024-02-25 22:10:21 -08:00
.gitignore Port to Bazel 2024-02-24 21:04:20 -08:00
MODULE.bazel Port to Bazel 2024-02-24 21:04:20 -08:00
MODULE.bazel.lock MORE BAZEL. VS Code only, by the way 2024-02-25 13:49:21 -08:00
README.md Ellipses! 2024-02-25 22:10:21 -08:00
WORKSPACE Port to Bazel 2024-02-24 21:04:20 -08:00

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