A tiny platform game in C/SDL.
Go to file
2024-02-28 19:49:49 -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 Add font loader 2024-02-26 12:42:07 -08:00
game Fix a missing assertion 2024-02-28 19:49:49 -08:00
pytools Get NPCs showing up in-engine 2024-02-28 19:42:03 -08:00
sdl MORE BAZEL. VS Code only, by the way 2024-02-25 13:49:21 -08:00
sdl_host Player controller 2024-02-27 21:07:15 -08:00
sys Collectibles can be collected 2024-02-28 17:36:06 -08:00
.gitignore Port to Bazel 2024-02-24 21:04:20 -08:00
MODULE.bazel Use Jinja2, start to support sprites 2024-02-26 16:01:47 -08:00
MODULE.bazel.lock Use Jinja2, start to support sprites 2024-02-26 16:01:47 -08:00
README.md Use Jinja2, start to support sprites 2024-02-26 16:01:47 -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

Dump requirements

(TODO: Automate)

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