Weekly Update #12

Basic implementation of the feedback system

Changelog

Feedback system

When in game, press F8 will opens up the feedback form, where players can type the comment and select the type and rating. Upon pressing the submit button, the feedback will then be send to the Firebase server. A green notification will also shows up to tell player the feedback had been sent.

However, if the feedback failed to send to the server (e.g. no internet), a red notification banner will show instead, telling players the error.

All submitted feedbacks can then be viewed at https://joesiu.github.io/FYP-feedback/.

Future plans