Jolayus / Build-A-Bridge-CSEG-Project

1 stars 0 forks source link

MainScene [ UI and Functionality ] #3

Open Jolayus opened 3 months ago

Jolayus commented 3 months ago
Jolayus commented 3 months ago

Reimplemented the functionality for the MultipleChoiceQuestions based on the changes of the data structure. Can be used to test the Multiple Choice UI.

Jolayus commented 3 months ago

Created Main Menu with Play, Settings, and Quit Buttons. When Play Button is clicked, difficulty selector will appear. Implemented a way to store difficulty to be access across different scenes.

Jolayus commented 3 months ago

Added Functionality for the input and submit button for the simple questions. Created temporary storage for the questions based on difficulty. Deletes "answered" question. Currently does not have answer verification.

Jolayus commented 3 months ago

Related changes can be seen in the PR #11. Task 5 and 6 has accomplished for this issue.

Jolayus commented 3 months ago

Implemented for the canvas to adjust size based on the screen size and shuffled Multiple Choice for random answers.