A JavaScript Dungeonslayers Helper
Find a file
Oliver Rümpelein ce9f06a864 Dice-function is complete, this includes:
- Test-values larger than 20
 - "1" is an ever-success
 - "20" in first roll is an ultimate failure
2014-10-23 17:10:33 +02:00
assets Added meters 2014-10-18 15:59:11 +02:00
lib After-Load of adventures now possible. 2014-09-23 17:22:20 +02:00
src Dice-function is complete, this includes: 2014-10-23 17:10:33 +02:00
index.html Only Elements with battle info show the UI 2014-10-18 13:58:46 +02:00
README.md Small changes 2014-09-29 09:34:28 +02:00
TODO Modified TODO 2014-10-18 15:07:16 +02:00

Simply game-helper for Dungeonslayers, written in HTML5 and JS.

All links are given from src-root, which makes it possible to run everything with some basic HTTP-Server from this directory (i.e. 'python -m SimpleHTTPServer' or 'python -m http.server')