mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
No description
| img | ||
| .gitignore | ||
| algos.js | ||
| favicon.ico | ||
| helpers.js | ||
| index-browser.js | ||
| index.js | ||
| items.js | ||
| Makefile | ||
| package.json | ||
| README.md | ||
Shared resources useful for the multiple HabitRPG repositories, that way all the repositories remain in-sync with common charactaristics. Includes things like:
- Assets - sprites, images, etc
- CSS - especially, esp. sprite-sheet mapping
- Algorithms - level up algorithm, scoring functions, etc
- Item definitions - weapons, armor, pets
Note: We can't load CommonJS format into the browser. There's a way to pull it in with RequireJS (r.js?), but I couldn't get that working. Instead I created a Makefile which runs Browserify to compile index-browser.js, which you include in a <script/> tag in your index.html. Let's fix this sometime.
##Installation
npm installmake