We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3D maze in browser controlled by Small Basic
Following line of simplification we can imagine a code snippet (for better understanding of actions):

// SendWebRequest(urlSet + "&rotate=90"); waitTillReady();
SendWebRequestAndWaitActionEnd(urlSet + "&rotate=90");
// SendWebRequest(urlSet + "&forward=4"); waitTillReady();
SendWebRequestAndWaitActionEnd(urlSet + "&forward=4");

Just a thoughts. User can write a procedure or function to encapsulate a chunk of actions. Or even:
Rotate(90);
Forward(4);

Looks like turtle.
Reply


Messages In This Thread
RE: 3D maze in browser controlled by Small Basic - by stevantosic - 03-06-2025, 08:50 PM

Forum Jump:


Users browsing this thread: 37 Guest(s)