RPGCodeBase / savage-worlds-web-tools

Savage Worlds Web Tools

Home Page:http://jdgwf.github.io/savage-worlds-web-tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Savage Worlds Web Tools

GitHub Hosted Application Page

http://jdgwf.github.io/savage-worlds-web-tools/

Overview

This is a collection of javascript web applications for the Savage Worlds pen and paper role playing system owned by Pinnacle Entertainment Group.

A few may question why I chose HTML/JS for this app instead of traditional compile and distrubute. The primary reason was accessiblity. I can use the same code on an iPad, a Mac Pro, a Windows XP machine, Linux and even my daughter's Kindle. I'm not afraid of closing my source up so the the accessibility of javascript (although the distributed code is minified) was a bonus to me not a burden.

This is a encapsulated app that can be used completly offline once it's on your device.

Since this really doesn't do any processor intensive calculations, JavaScript does well for pushing around variables and objects for such low-intensive purposes. IF I were to recreate this, I'd probably write it in C++ using the Qt framework, but that'd require multiple accounts and distribution and complitaion methods ("ain't nobody got time for that!").

I expect bugs, please feel free to point them out to me by tweeting me at the top of the hosted github application and I'll get on it as soon as I can. Or Submit an Issue if you have a GitHub account.

Fully Functional Tools Include:

  • Dice Roller
  • Raise Calculator
  • Mass Battle Calculator
  • Starship Creator
  • Vehicle Creator
  • Walker Creator
  • Power Armor Creator
  • Character Creator (Novice and basic advancements are fully functional)
    • TODO: Cyberware (done, needs PDF and Exports)
  • Monster/Extras Search
    • TODO:
      • Add calculated point cost for Showdown (Pie in the sky :) )
      • Data Entry still needed
        • Savage Free Bestiary - has 7 entries
        • Sci-Fi Companion - has no entries
        • Super Powers Companion - has no entries

The roadmap for these tools include:

  • TODO: Robot Creator (Sci-Fi Companion)
  • TODO: World Creator (Sci-Fi Companion)

You should be able to double-click on the HTML file in any web modern web browser to use the tools. Or visit the GitHub application page linked above.

Disclaimer

This tool references the Savage Worlds game system, available from Pinnacle Entertainment Group at www.peginc.com. Savage Worlds and all associated logos and trademarks are copyrights of Pinnacle Entertainment Group. Used with permission. Pinnacle makes no representation or warranty as to the quality, viability, or suitability for purpose of this product.

License

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/.

IMPORTANT - Data entry from Pinnacle Entertainment Source books are used with permission and are NOT covered by the Creative Commons License, only the raw Javascript Logic and HTML5 Look and Feel of the App

About

Savage Worlds Web Tools

http://jdgwf.github.io/savage-worlds-web-tools/


Languages

Language:JavaScript 90.6%Language:CSS 5.2%Language:HTML 4.2%