Ishi01 / CITS5505Group41Project

CITS5505 Agile Web Develoment Group Project
MIT License
1 stars 0 forks source link

Complete front-end game mechanics (world map) #20

Closed stuar7 closed 4 months ago

stuar7 commented 4 months ago

The world map game page needs functionality to select between games that exist in our game database. The games need to be scored and timed. This will require appropriate back-end logic to record time spent playing the game, and metrics for how many questions the user got correct, and how many attempts they used to get the correct answer (if relevant). Mechanisms such as "lives" for incorrect answers, or 2 chances to get the correct answer need to be considered.

stuar7 commented 4 months ago

Hints introduced in #41. Complete