A short trivia game with a Final Fantasy theme. The game is built purely as a front end application, using only HTML, CSS, and JavaScript.
To get started, clone this repository to your local machine.
git clone https://github.com/wparks08/TriviaGameAll you need is a browser! Since this is a pure front-end application, you don't need
any tools, frameworks, or package managers. Once the game is on your machine, simply open index.html in the project root.
Any basic web server will do. Just make sure index.html is all that needs to be served to the client.
- jQuery - Used for DOM manipulation
Feel free to add questions to /assets/javascript/question-bank.js and submit a pull request!
- Will Parks - Design and Development - wparks08
- Thanks to Terrance Robb for the FF style window CSS
- Thanks to Alejandro Granados Alvarado for showing how to implement the cursor