
Fathom
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Take a retro-fueled trip in a rocket ship down an abandoned mine shaft. Try not to crash! How far down can you go?
Gameplay is something like asteroids/lunar lander in a procedurally-generated mine shaft. WASD or cursor keys to control the rocket (no touch input on mobile, sorry!) You have 5 health, temporary invulnerability whenever you take damage, and a depth counter for score.
Written in Rust and compiled to WASM. Everything is rendered in plain-old WebGL2. Apart from the font file, everything you see is drawn in code (and even the font is rasterised directly on the GPU).
Gameplay is something like asteroids/lunar lander in a procedurally-generated mine shaft. WASD or cursor keys to control the rocket (no touch input on mobile, sorry!) You have 5 health, temporary invulnerability whenever you take damage, and a depth counter for score.
Written in Rust and compiled to WASM. Everything is rendered in plain-old WebGL2. Apart from the font file, everything you see is drawn in code (and even the font is rasterised directly on the GPU).