JIT
designing a browser-based 3d game featuring a mushroom character
Create a 3d game where the player is NOT in first person, but in third person, and the player is a mushroom with a green top. Make procedurally generated terrain and a character movement system using WASD, as well as a camera movement system. Make it so that it can run in the browser without me having to download anything.
Updated files
v1
An error occurred in the code: ``` Uncaught TypeError: Failed to resolve module specifier "three". Relative references must start with either "/", "./", or "../". ``` Update the code to resolve this issue.
Updated files
v2
Add a sun and light. Make the terrain generate less jagged and more smooth like minecraft terrain. Make it so that the mushroom does not clip into the terrain. Make the game go fullscreen when played and add the camera movement mechanic like all 3rd person 3d games.
Updated files
v3
Make the cursor lock onto the screen like in other 3d games. Readd all of the movement mechanics.
Updated files
v4