open-reckless-drivin
open-reckless-drivin copied to clipboard
A work-in-progress open source reimplementation of the classic Macintosh shareware game Reckless Drivin'
Hi, I was playing around a bit with the code but I can't make the player car rendering. I couldn't find the part of the code where all the objects...
This issue tracks the steps between versions 0.0 and 0.1. The milestone will be a playable (though not necessarily complete) level one. Here are things that will *not* be targets...
There is a official level editor for the game made by Jonas Echterhoff called Rdedit10 which was released as a separate program. It only works for Classic macOS 8 to...
zig build-exe reckless-drivin Debug native: error: the following command failed with 3 compilation errors: /opt/homebrew/Cellar/zig/0.11.0/bin/zig build-exe /Users/tomlube/Downloads/open-reckless-drivin-main/src/main.zig /Users/tomlube/Downloads/open-reckless-drivin-main/zig-cache/o/d4c7f6d5a6c1ecd275844df4f2980157/libraylib.a -cflags -fno-sanitize=undefined -- /Users/tomlube/Downloads/open-reckless-drivin-main/src/c/lzrw.c -lc --cache-dir /Users/tomlube/Downloads/open-reckless-drivin-main/zig-cache --global-cache-dir /Users/tomlube/.cache/zig --name reckless-drivin -I...
zig got an [update](https://github.com/ziglang/zig/issues/20178) which prevents compilation as-is, returning an error when trying. Yeah, this seems annoying.