A tiny platform game in C/SDL.
Go to file
2024-02-28 12:03:23 -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 Move_to_contact: handle allowed overlap correctly 2024-02-28 12:03:23 -08:00
pytools Use Game Maker conventions for resource names 2024-02-27 16:00:57 -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 Fix misc math bugs 2024-02-27 21:49:20 -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