[To be filled]
Please download all the required libraries/packages in the requirements.txt
pip install -r requirements.txt
Player can login, play as a guest or create an account to store his/her progress.
Once player has logged in with an account or as a guest, player is directed to his/her dashboard.
- Integrate the platformer game to the mini-quiz
- player leveled up and then can go to the next level
- Improve the designs of the pages
- Only for admin (or superuser) page
- /mini-quiz/index: allow only for admins
- /mini-quiz/index: can do CRUD (create, read, update & delete) on the mini-quiz
- /mini-quiz/index: create new level
- /mini-quiz/index: update the contents of each level
- /mini-quiz/index: delete the level