A downloadable game for Windows and Linux

Hit enter to submit response for ask boxes

:) to make comments

Stop(#)

Say("_____")

Ask(___)

Var _____ = _______

Say(response)

Say(varname)

Say("Hello " response "!")

if response is "_____" then _________

if ___  >, is, < ____ then ____code_____

randnum(#,#) to generate a random number within a certain range

additionally:

and or otherwise(else)

for loops do

loop # do{

code

}

example code:

Var e = 5

Var f = "Hello there"

Stop(1)

Say("Hello")

Ask(Do you know da wae?)

Say(response)

if response is "hello" then Say(f)

Say(e)

Var e = randnum(1,10)

if e > 5 then Say("Higher")

if e is 5 then Say("Mid")

if e < 5 then Say("Lower")


Ask("What's 9 + 10?")

if response is "21" then Say("Correct") :) both have to be on the same line or else Correct will show up no matter what you type in.


Updated 3 days ago
Published 24 days ago
StatusIn development
PlatformsWindows, Linux
AuthorBurrbentley

Download

Download
BentleyScript.html 12 kB
Download
Random number generator.bs 52 bytes

Leave a comment

Log in with itch.io to leave a comment.