Recurse: W5D5
Recurse W5D5 update
Other than mostly fighting a bad cold the past week, made some progress on adding some features to my game
- Adds some terrain features from the server, for synchronization among all clients
- Add an isometric camera perspective
- Add more natural movement (in the isometric perspective)
- Camera following the player
Here's a demo
W5D5 multiplayer game demo
And here's the snapshot of where I'm at.
Challenges during this part were getting the isometric orientation and orthographic camera right. Using the leva library helped a lot for making quick changes and getting some intuition around moving around the 3D space.
- ← Previous
Recurse: W5D2