Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attilahorvath/neon-dungeon
A tiny procedural Roguelike.
https://github.com/attilahorvath/neon-dungeon
Last synced: about 8 hours ago
JSON representation
A tiny procedural Roguelike.
- Host: GitHub
- URL: https://github.com/attilahorvath/neon-dungeon
- Owner: attilahorvath
- License: mit
- Created: 2017-08-16T23:34:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T11:58:20.000Z (3 months ago)
- Last Synced: 2024-08-29T12:54:22.523Z (3 months ago)
- Language: JavaScript
- Homepage: https://attilahorvath.github.io/neon-dungeon/
- Size: 205 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neon Dungeon
A tiny procedural Roguelike.Lost in a vibrant labyrinth illuminated just by its glowing neon walls, you must search for a way out - but beware, you are not alone in here.
Do you have what it takes to escape the Neon Dungeon?
[Launch latest build](https://attilahorvath.github.io/neon-dungeon)
I have originally created the game for the [js13kGames](http://js13kgames.com) JavaScript coding competition in 2017 for the theme 'lost'.
This repo will contain an improved, post-compo version but you will be able to try the original build submitted to the compo at this permalink:
[Launch compo build](https://js13kgames.com/games/neon-dungeon/index.html)
## Controls
- Move around: arrows / WASD / HJKL
- Attack: space / X / F## Supported browsers
The game should work fine in recent builds of any modern desktop browser. Proper ES6 and WebGL support is required but these are fortunately commonplace these days.I have successfully tested it under the latest releases of:
- Chrome (Linux and macOS)
- Firefox (Linux and macOS)
- Opera (Linux and macOS)
- Safari (macOS)