There are no actions you can do other than walk around the 3D environment map. Put suggestions for scratch-appropriate multiplayer features to add in the comments. Currently working on adapting something similar but using true 3D instead of raycasting. NOTE: This WILL NOT work if you are still a New Scratcher. Please DO NOT comment that it won't work unless you have checked you are a Scratcher. This project uses an optimized cloud variable encoding approach to display 2 different players on a minimap. If you get close to them in the 3D environment they will render a 2D default sprite, although it can be slightly buggy on slower computers. If you look closely at the minimap you can see that there are 2 of you, one green or blue and the other is red. The red underneath is the actual position of your character and the overlay is an encoded and decoded version. Normally one would be hidden but I left them in because this is a demo.
Help with the dual-digit cloud encoder from @griffpatch_tutor 's YouTube tutorials. Keys: WASD/Arrow Keys - Move around Mouse - Look F for debug mode O for render options - increase quality here Default quality has been left low to not crash slower computers Unlike most raycast engines this one has 3D mouse look. Based on my Optimized Raycast Engine v2.26. v3 is coming soon!