NOTE: On iOS 16 and above in order to improve the framerate you should disable the following: Settings -> Safari ->
Advanced -> Experimental Features -> GPU Process: WebGL. Then restart safari and it should take effect.
Drag and Drop your Rom File to ensure you own a legal copy
This is a source port of GoldenEye 007 from N64 to PC. It's 75% decomp and 25% recomp, as the game hasn't yet been fully decompiled. How does it run in your browser? The C source code was compiled to WASM via Emscripten.
Not planning to make it available right now as it's very ugly and full of hacks. The current version is fragile and might crash. The source code will be released simultaneously with the native Linux and Windows versions.
▸ Why do the graphics look bad?
Sorry, I'm not an expert in shaders. Most of this was vibecoded. It's probably why the game currently runs slow.
▸ Can I remap buttons?
Not right now. The default keyboard controls are:
Arrow keys
Analog stick
Numpad 8 / 4 / 6 / 2
D-pad Up / Left / Right / Down
Z
Z trigger (fire)
X
A button
C
B button
A / S
L / R shoulder buttons
I / K / J / L
C-Up / C-Down / C-Left / C-Right
Enter
Start
▸ What's the white stuff on the bottom left?
It's debug info, but the texture is currently corrupted. I couldn't fix it before release.
▸ Is this an April Fools joke?
I always wanted to release a serious project on April 1st so people would think it was fake, but unfortunately for you, it's fake.
▸ There's a bug on Facility, sometimes part of the bottling room doesn't load. Why is that?
There are some bugs with memory allocation that may cause that. It will be fixed in a later release.