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
#94
Just a comment on the Observer - I tested and it works for me.  The reason to use different browser vendors is that the player name and other settings are stored using localStorage in JS.  

This means that these settings are persistent within any tabs (or windows) for this browser vendor both during and in subsequent sessions.  To have 2 or more players (with different names) on the same PC they musty be using different localStorage and this can only be achieved afaik using different vendor browsers. 

So the options for users (includoing Observer) to join the same game (defined by setting the game setting) are:

a) different names on the same PC using different browser vendors
b) different names on different PCs on the same IP address using any or the same browser vendor
c) different IP addresses regardless of name or browser
[-] The following 2 users Like litdev's post:
  • AbsoluteBeginner, stevantosic
Reply


Messages In This Thread
RE: 3D maze in browser controlled by Small Basic - by litdev - 02-24-2025, 10:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)