
Last Known Position
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).
A top-down stealth game set on a lightless alien world.
You wake alone on an alien world forsake by light.
And something has gone terribly wrong.
You are blind - your only tool is a short-range LIDAR ping that gives you a brief peek into to gloom.
Use it to map your surroundings, locate enemies, and find your objectives.
But every ping is a signal, and something in the dartk is listening
- WASD / Arrow keys - Move
- Space - Fire ping
- E - Interact with terminals and switches
- Tab - Pause menu (also lets you adjust display size)
- F - Toggle fullscreen
Gamepad is also supported: left stick to move, A or RT to ping, X to interact.
- LIDAR ping system with raycasted wavefront rendering - objects are only visible inside the expanding pulse
- Enemy AI that hunts by ping detection, not line of sight - they hear you, not see you
- Doors and switches with linked gate logic
- Mines, scolding leaking steam vents, and deadly pools of acid
- Multiple levels with a campaign progression
- Level selector
- Level editor included in the download (open via the dev menu in-game)
- Secret cheats and dev menu (backtick and shift+backtick)
Alas I only had time to build 2 levels.
There's a full featured level editor and lots of assets - I'll build some postjam levels soon(tm).
This project made heavy use of claude code. It may not be coding in the traditional sense but it's definitely game design, which made this project pretty fun. It certainly took a lot of work. More thoughts on that soon...
- Canvas 2D API — all rendering
- Web Audio API — all sound, fully procedural (oscillators + noise, no audio files)
- Vite — dev server and build tool
It's kind of mad how quickly the AI coding tools takes care of all the boring stuff. No faffing around in Unity this time.
You wake alone on an alien world forsake by light.
And something has gone terribly wrong.
You are blind - your only tool is a short-range LIDAR ping that gives you a brief peek into to gloom.
Use it to map your surroundings, locate enemies, and find your objectives.
But every ping is a signal, and something in the dartk is listening
Controls
- WASD / Arrow keys - Move
- Space - Fire ping
- E - Interact with terminals and switches
- Tab - Pause menu (also lets you adjust display size)
- F - Toggle fullscreen
Gamepad is also supported: left stick to move, A or RT to ping, X to interact.
Features
- LIDAR ping system with raycasted wavefront rendering - objects are only visible inside the expanding pulse
- Enemy AI that hunts by ping detection, not line of sight - they hear you, not see you
- Doors and switches with linked gate logic
- Mines, scolding leaking steam vents, and deadly pools of acid
- Multiple levels with a campaign progression
- Level selector
- Level editor included in the download (open via the dev menu in-game)
- Secret cheats and dev menu (backtick and shift+backtick)
Alas I only had time to build 2 levels.
There's a full featured level editor and lots of assets - I'll build some postjam levels soon(tm).
This project made heavy use of claude code. It may not be coding in the traditional sense but it's definitely game design, which made this project pretty fun. It certainly took a lot of work. More thoughts on that soon...
Tech
- Vanilla JavaScript (ES modules) — no game framework- Canvas 2D API — all rendering
- Web Audio API — all sound, fully procedural (oscillators + noise, no audio files)
- Vite — dev server and build tool
It's kind of mad how quickly the AI coding tools takes care of all the boring stuff. No faffing around in Unity this time.