Add highscore table in 2D, to be shown on game over screen, and it could be collapsible so it can be opened in the middle of the game or in the main menu too (so people can watch it while player is inside VR)
The name of the player can be requested on game over with a prompt(), and localStorage can be used for storage.
Add highscore table in 2D, to be shown on game over screen, and it could be collapsible so it can be opened in the middle of the game or in the main menu too (so people can watch it while player is inside VR)
The name of the player can be requested on game over with a
prompt()
, andlocalStorage
can be used for storage.I will take care of the css.