- As a user, I want to be submerged in strange facts about the year 2020. I want to play a trivia game so that I can pass the time and be entertained.
- As a user, I want to be witnessed! I should be able to input my name and have the game keep track of my score during my visit.
- As a user, I want to have my accessibility needs considered. I want to interact with a platform that considers contrast, sound, image descriptions / screen reader: readable content etc.
- As a user, I want an interface that's easy to navigate and to understand so my valuable time is not wasted.
- As a user, I would like to be able to control when my answer is submitted and not have it done automatically, this ability will allow me to change my question should I decide to change my mind about my initial response.
💻 Allee
💻 Kassie
💻 Marie
- TA Bryant helped us a whole bunch with our question logic and figuring out how to get local storage to operate between our various HTML pages.
- Porject Submission PR
- CSS reset Meyers Reset
- .gitignore
Created by https://www.gitignore.io/api/node,linux,macos,windows,visualstudiocode
- Scrolling Text - Colibri blog
CONGRATS to our CHAMPIONS 🏆!!!
- Limelight - Google Fonts
- Gochi Hand - Google Fonts
- Video by cottonbro from Pexels- https://www.pexels.com/video/woman-safe-group-asian-3960165/
We created a function to compare the player scores against one another and used it to sort players in the array from highest score to lowest score.
Array.prototype.sort() - Developer Mozilla
function compare(a, b) {
if (a is less than b by some ordering criterion) {
return -1;
}
if (a is greater than b by the ordering criterion) {
return 1;
}
// a must be equal to b
return 0;
}
- Adobe Illustrator
- Visual Code
- Paint
- aCe & Wave accessibility auditing
- Github's' Project Board integration
- Slack / Zoom / Remo
- Using a fixed px value for HTML elements while formatting in CSS prevents consistent positioning between browsers and devices. Percentages can be used instead of pixels to sort thing out.
- Adding sound files and multiple images may impact how long it takes for webpages to load as well as pulls between github and the computer terminal.
- Having a solid plan that everyone could agree to and feel good about contributing to allowed for us all to have a good deal of fun creating our game.
This work by Twenty20-Trivia™️ is licensed under a Creative Commons Attribution 4.0 International License.
This license lets others distribute, remix, adapt, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials.
Do you think our game is awesome?...Remember to 🌟 star 🌟 this repository so others can find it too!