a_trivia_game
a_trivia_game copied to clipboard
A minigame where you answer trivia questions
A Trivia Game
It started out as an exercise about CSS 3D transforms, but I got excited and expanded it a bit, then it became a minigame where you answer questions from the Open Trivia DB. I submitted it to the Game Off 2018. Made using only vanilla JavaScript and lots of CSS.
Running the development server
Clone the repository and then run:
npm install && npm start
To watch for changes in the CSS:
npm run watch-css