All Projects → glauberm → a_trivia_game

glauberm / a_trivia_game

Licence: MIT license
A minigame where you answer trivia questions

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to a trivia game

Trivia-Knowledge
Trivia knowledge is a fun trivia game in which players have to guess the answers of questions by filling the answers boxes with correct letters.
Stars: ✭ 77 (+185.19%)
Mutual labels:  trivia, trivia-quiz-game, trivia-game
Discord-Trivia-Bot
TriviaBot: Play trivia in Discord! Powered by discord.js and OpenTDB, with 24 categories and three modes of play.
Stars: ✭ 83 (+207.41%)
Mutual labels:  trivia, opentdb
rustybot
A Tox groupchat trivia bot
Stars: ✭ 13 (-51.85%)
Mutual labels:  trivia, trivia-game
open-trivia-app
A single or multiplayer (local) trivia game made with Vue.js.
Stars: ✭ 63 (+133.33%)
Mutual labels:  trivia, trivia-game
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (+259.26%)
Mutual labels:  opentdb, opentdb-api
Slither.io Clone
Learn how to make Slither.io with JavaScript and Phaser! This game clones all the core features of Slither.io, including mouse-following controls, snake collisions, food, snake growth, eyes, and more. Progress through each part of the source code with our Slither.io tutorial series.
Stars: ✭ 168 (+522.22%)
Mutual labels:  html5-game
C4
🔴🔵 Connect Four game in JS + Canvas
Stars: ✭ 156 (+477.78%)
Mutual labels:  html5-game
Phaser Project Template Es6
Phaser 3 - Starter Template with ES6 (ESNext features included) and webpack.
Stars: ✭ 142 (+425.93%)
Mutual labels:  html5-game
Phaser Examples
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
Stars: ✭ 1,680 (+6122.22%)
Mutual labels:  html5-game
posterr
A digital poster app for Plex, Sonarr, Radarr, and Readarr
Stars: ✭ 211 (+681.48%)
Mutual labels:  trivia
HQ
HQ/Trivia solutions from Agora
Stars: ✭ 62 (+129.63%)
Mutual labels:  trivia
P1
一个基于EgretEngine的开发框架
Stars: ✭ 168 (+522.22%)
Mutual labels:  html5-game
Red Discordbot
A multi-function Discord bot
Stars: ✭ 2,855 (+10474.07%)
Mutual labels:  trivia
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (+659.26%)
Mutual labels:  html5-game
99points
99points is a multi-player online card game developed by html5 and javascript. 九十九分,是一个适合多人一起玩的扑克牌游戏,我们做了这个游戏的HTML5版本,可以多人联机玩。
Stars: ✭ 27 (+0%)
Mutual labels:  html5-game
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+411.11%)
Mutual labels:  html5-game
Phaser Project Template
🕹️ Phaser 3 - Starter Template with TypeScript and webpack.
Stars: ✭ 186 (+588.89%)
Mutual labels:  html5-game
limnoria-plugins
Limnoria plugins I wrote or forked.
Stars: ✭ 35 (+29.63%)
Mutual labels:  trivia
danoniplus
🍙 Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game
Stars: ✭ 27 (+0%)
Mutual labels:  html5-game
HTML5-Space-Invaders
A Space Invaders HTML5 porting. This work is licensed under a Creative Commons Attribution - Share Alike 3.0 - Unported license (CC BY-SA 3.0). The text of the license is available at http://creativecommons.org/licenses/by-sa/3.0/ .
Stars: ✭ 36 (+33.33%)
Mutual labels:  html5-game

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].