12-15-2024, 05:25 AM
Hi all sb.js is a intresting project.
I got this idea when we where doing graphical challenge and I can't run the code in my android tablet browser.
My main aim of this project is we could run or easy sb graphics in browser for cross platform and even could make cross platform games and simple website and host in GitHub page or own domain.
Currently I have done the whole keywords but goto can raise some error.
This is a simple code I run it in my tablet browser.
I am trying to improve console and then gui.
Just a request try some test on it using TextWindow.WriteLine,Read,Write. Three methods and keywords.
I got this idea when we where doing graphical challenge and I can't run the code in my android tablet browser.
My main aim of this project is we could run or easy sb graphics in browser for cross platform and even could make cross platform games and simple website and host in GitHub page or own domain.
Currently I have done the whole keywords but goto can raise some error.
This is a simple code I run it in my tablet browser.
Code:
Name = TextWindow.Read()
TextWindow.WriteLine("Hii " + Name)
Just a request try some test on it using TextWindow.WriteLine,Read,Write. Three methods and keywords.
ZS