Skip to content

theShmoo/DSA5CombatProtocol

Repository files navigation

DSA 5 Combat Protocol

Installation

Clone this repo!

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch as root, or npm install brunch for the current user
    • Brunch plugins and app dependencies: npm install
  • Run:
    • npm start — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • npm run build — builds minified project for production
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site, Getting started guide

Documentation and How To Use

Erstellen eines Ortes

Erstellen eines neuen Ortes welcher den Helden und Gegnern die Zustände "Eingeengt" und "Dunkelheit" zuweist die sich dort befinden:

Erstellen eines neuen Ortes [https://youtu.be/fNGQ0d57Vko]

Erstellen eines Gegners

Erstellen eines neuen Gegners [https://youtu.be/4LTfQRPZ3hY]