Skip to content
/ dndtool Public

Meteor based tool for Dungeons and Dragons players

Notifications You must be signed in to change notification settings

tex447/dndtool

Repository files navigation

Meteor based tool for DnD players

meteor.com - Javascript based framework the app is constructed in
mongodb.com - Database that Meteor uses on both client and server side


Meteor version is 1.4
Utilizes Blaze for templates
Flowrouter for routing

Documentation to come!

File Structure

/client
-/accounts
--accounts.js - Customizes Accounts package with dndtool specific options
--LoginModal.html - Template for the Login Modal
--override-atPwdFormBTN.html
--override-atPwdFormBtn.js

-/layouts
--AppLayout.html - Simple app layout with the dynamic template
--HomeLayout.html - Layout for the "home" page or front page prior to login

-/modules
--/dm module
---battleorder.html - Battleorder template used by DM, only contains the code for the Initiative list and monster manual
---battleorder.js - JS File for the battleorder template
---gmModule.html - Template for the DM's homepage
---gmModule.js - Associated JS file for DM's homepage template

-

--/player module
---addPcModal.html
---addPcModal.js
---charactercreate.html
---charactercreate.js
---playermodule.html
---playermodule.js

--/spelltracking
---spelltracking.html
---spelltracking.js

-/pages
--Dashboard.html
--Dashboard.js
--Home.html

-/partials
--Header.html
--MainNav.html
--MainNav.js

/collections
-barbarianslots.js - Creates Barbarian Slots collection
-battleorder.js- Creates Battleorder collection
-casterslots.js- Creates Caster Slots collection
-Characters.js- Creates Characters collection
-clericslots.js- Creates Cleric Slots collection
-monstermanual.js- Creates monstermanual collection
-rangerslots.js- Creates Ranger Slots collection
-sorcererslots.js- Creates Sorcerer Slots collection
-wizardslots.js- Creates Wizard Slots collection

/public
/sass
/server
-accounts.js
-fixtures.js
-methods.js
-publish.js

"In bottom directory"
routes.js
index.html
settings.json
style.scss

About

Meteor based tool for Dungeons and Dragons players

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published