Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexbykoff/13
Divnie Descent. A 13 kilobyte procedural RPG game
https://github.com/alexbykoff/13
13kgame html-game js13kgames
Last synced: 3 months ago
JSON representation
Divnie Descent. A 13 kilobyte procedural RPG game
- Host: GitHub
- URL: https://github.com/alexbykoff/13
- Owner: alexbykoff
- Created: 2017-08-14T16:43:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T19:13:35.000Z (over 7 years ago)
- Last Synced: 2024-09-29T02:41:10.992Z (3 months ago)
- Topics: 13kgame, html-game, js13kgames
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# \
ine Descent
### a 13kb endless RPG adventure![](400-250.png)
Created for [js13kGames](http://js13kgames.com/) competition.
Made out of divs only, no canvas involved. _11 kilobytes with all the dependencies._
Venture into the depths of an endless procedurally generated dungeon,
hunt for greater loot, earn gold and try to stay alive for as long as you can.This is the very early release, many things should and must be improved, feel free to open an issue or a pull request.
Zipped game (with all the assets and deps) must not exceed **13k** bytes.##### How to play:
- clone repo or download zip
- unzip
- run `index.html`Cursors to move.
If you decide to equip a new piece of gear an old one will be replaced and sold.First foe is the hardest so steel yourself.
##### How to develop:
- fork
- clone
- `npm install`
- `npm start`