Ever dream of being a rea-life D&D character? Well now's your chance! This project will ask you a series of questions, and compile your answers into 100% ACCURATE RESULTS*! Now you too can slay dragons!
- Totally accurate. For reals. We're not lying.
statcalc.html is a flat file which takes test answers and sends them to statgraph.html to be processed as values.
This project is really only good for sending data UNSECURED between html pages, and I guess neat CSS animations. If you have any real use for these things, they're all yours.
Sourcecode: Nic Wolf (https://github.com/Nic-Wolf) Other stuff: Michael Vincent Other-er stuff: Adam Oester (https://github.com/Atominator)
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
6/11/14
- Fixed JavaScript
- Updated CSS a little
KNOWN BUGS
- Only the STR bar works. The others just update a fake value.
6/1/14
- Added CSS animations and basic styles
- Added basic JavaScript
KNOWN BUGS
- JavaScript doesn't send data properly.
5/29/14
- Created initial HTML framework