Ring Racers Web Port
An Emscripten (WebAssembly) port of Ring Racers. This involved setting up compiling for web, removing unsupported features (online play), fixing incompatibilities, and adapting other features to work in a web environment (asset caching, saving game progress via IDBFS).
Play
Source Code
Portable 6502 Emulator
This is a complete emulator for the 6502 microprocessor, written to be compatible with extremely limited Lua 5.1 environments (no require, no dofile, no bitwise operators, minimal file loading, etc.) This allows anything with a basic Lua interpreter (such as most games with modding APIs) to run 6502 machine code.
Source Code (not uploaded yet but will be here)
My Site
I wrote this site by hand!
Source Code