Please enable JavaScript.
Coggle requires JavaScript to display documents.
Interactive Demo User Experience, :star: User's Computer - Coggle…
Interactive Demo User Experience
:star: Web Browser
Browser Requests Data From Server
:star: Web Server (Google Cloud)
Server Sends Data To User's Browser
:warning:
Data flow issues
due to Google Cloud server not sending data consistently to the user's browser
:check: Can try uploading to either 6RS server or somewhere else
:warning: Potential issues due to cross-server requests
:check: Can be resolved through configuring 6RS server's CORS policy
Browser Compatibility
:warning: Issues due to lack of WebGL 2.0 support on browser version (if unsupported then the app will not work
every
time)
Can only be mitigated
:check: Place message on website about which browser versions are compatible
:check: Offer the application as a download
:warning: Issues due to game having bugs on a specific browser that fully supports WebGL 2.0
:star: User's Computer
Game runs through web browser using computer's processing power
:warning: Performance issues such as low frame rates, certain types of crashes
:check: We can reduce graphical fidelity to improve performance
:warning: Game specific bugs within the game's internal logic e.g. buttons not working, items not behaving as expected
:check: Software testing and fixes