-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Khloe Ramdhan edited this page Dec 23, 2021
·
12 revisions
Welcome to the QuizStudyGame wiki!
This is a personal project to work with Node.js, Socket.io and SQLite for the first time.
Major To Do List:
- Update CSS Styling (possibly CSS framework)
- Move Questions to a SQLite Database
- Add ability for host to enter questions (and generate answers)
Other Functionality Updates:
- Add custom waiting messages ("Were you tooooooo fast?")
- Give points based on time
- Add an option to skip questions
- Add a way for the host to see the number of answers while the question is in progress
- Add music with the HTML5 AudioElement
- Add options for True/false questions
- Add a timer to show time remaining to host and players
- Add a podium when the game ends for the top 3 players
- Automatically end the round if every player has answered
- Allow questions with multiple correct answers
- Let players not in the top 5 see their position in the leaderboard, who they're behind, and how far behind they are from them.
- Add a dashboard that lets the host see who got which questions wrong
- Add a way for multiple games to be on at the same time