voc0der / jeopardy

Quickly constructed HTML, javascript Jeopardy game that leverages bootstrap and fontawesome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To make this work, just add the missing library files with the latest versions online. Then host index.html on a simple webserver and travel there. Fontawesome css lines can be skipped without impeding function.

jQuery

assets/js/jquery.min.js

Bootstrap:

assets/js/bootstrap.min.js

assets/js/bootstrap.bundle.min.js

Fontawesome (optional)

assets/css/fontawesome.min.css

assets/css/solid.min.css

assets/css/regular.min.css

assets/css/brands.min.css

assets/css/duotone.min.css

About

Quickly constructed HTML, javascript Jeopardy game that leverages bootstrap and fontawesome.

License:Apache License 2.0


Languages

Language:JavaScript 62.2%Language:CSS 19.7%Language:HTML 18.2%