geekymeeky / JS-games

A curated collection of games made with javascript and integrated by a web UI.
https://geekymeeky.github.io/JS-games/
MIT License
34 stars 35 forks source link

Basic Quiz game #30

Open Baba-Yaga-1 opened 3 years ago

Baba-Yaga-1 commented 3 years ago

Can I add this ?

geekymeeky commented 3 years ago

@Baba-Yaga-1 Yea, sure. Go ahead

Baba-Yaga-1 commented 3 years ago

Can you check this and let me know if I have to make any changes ?

geekymeeky commented 3 years ago

@Baba-Yaga-1 This is more akin to hardcoded questions. To retrieve questions and answers, you should use an API. This one can be used: https://quizapi.io/docs/1.0/overview. It's open-source and free.

aditya687 commented 3 years ago

I would like to work on this issue. Please assign me to make a quiz game @geekymeeky .