Styxx / ultimate-scenarios

Making Ultimate rules easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Scenarios

Rules are hard. Scenarios are easier.

To-do

  • Responsive CSS
    • Increase text-size on mobile devices
    • Handle search bar on tiny screens
  • Update rulebook and scenarios to latest USAU Edition.
  • Create and update tag list.
  • Add more scenarios!
    • Categorization?
      • For scenarios
      • Page layout?
    • Scrounge observer forums for more ideas.
  • SSL Cert on S3 Bucket - Amazon Cloudfront
  • Add github webhook to automatically update site on push
  • Search bar functionality
    • Attach to top right
    • CSS accordingly
      • See Google Fonts top right for example.
    • JS to hide/show specific scenarios
    • CSS animation for list showing/hiding scenarios?
      • Loading animation when searching
    • Include content of scenario in searchable js
  • Rules JSON Data Structure
    • Full json object of all of the rules
    • Used to reference in _US template so "section" and "text" are not necessary in scenarioList JSON
      • Only need to reference by index #
    • Dictonary DS?
  • Build your own scenario!
    • Multiple choice questions branches out into trees covering each scenario
    • [Thrower|Marker|Cutter|Handler] called [foul|stall|travel|(dynamic based on answer 1)], [before|after] the throw, etc.
    • Once scenario is completed, shows answer.
  • Rules page
    • Covers 12th edition rules with less obtrusive tooltips, and rules/definition hot-tooltips
    • Uses all exact same USAU verbiage.
    • Can utilize Rules JSON DS?
  • Underscore.js templating
    • Import underscore
    • Page data JSON architecture
    • Underscore script template
  • Hosting where?
  • Domain name?

Oh hey, it's my Twitter.

About

Making Ultimate rules easier.


Languages

Language:JavaScript 74.0%Language:HTML 17.3%Language:CSS 8.7%