I have been playing with 3D in a browser, simulating a maze environment that needs to be navigated by a simple controller. This was inspired by some discussions with SB user Stevan Tosic.
I have openned it up to be controllable by Small Basic.
To have a go you need to:
1] Get LitDev beta extension 1.2.29.15 from Extension Manager or my website (new Network command added).
2] Open the 3D maze in a browser (https://litdev.uk/apps/maze3D).
3] Get my sample SB controller program XRWF529.000.
Everything should be fairly self explanatory from comments in the SB sample.
The idea is to improve the navigation skills of the observer in the maze - my sample is very crude and not very good at all. Think of it like the Turtle in 3D trying to navigate a maze, maybe a control logic or AI challenge.
It would be possible for multiple players to interact in this environment, but this is not implemented yet. The only information stored is the control data and your IP address to distinguish potentially different users running on the server.
Question/feedback very welcome.
I have openned it up to be controllable by Small Basic.
To have a go you need to:
1] Get LitDev beta extension 1.2.29.15 from Extension Manager or my website (new Network command added).
2] Open the 3D maze in a browser (https://litdev.uk/apps/maze3D).
3] Get my sample SB controller program XRWF529.000.
Everything should be fairly self explanatory from comments in the SB sample.
The idea is to improve the navigation skills of the observer in the maze - my sample is very crude and not very good at all. Think of it like the Turtle in 3D trying to navigate a maze, maybe a control logic or AI challenge.
It would be possible for multiple players to interact in this environment, but this is not implemented yet. The only information stored is the control data and your IP address to distinguish potentially different users running on the server.
Question/feedback very welcome.