Skip to content

(WIP) Instead of yapping in text. Yap with this language and create something.

Notifications You must be signed in to change notification settings

robiot/skibidiscript

Repository files navigation

skibidiscript

Instead of yapping in text. Yap with this language and create something.

NOTE: this language is in progress, im currently implementing classes, and then imma make the SKUI (skibidi ui) more advanced

Problems rn

  • Can't assign variable to function value if function is called on object (library) status is skui.pumpEvents()
  • Can't interpret class definitions
  • Line count wrong
gyatt nerd

cookable mew()
    cook yap("Welcome to the ghost game. Get as many points as you can.")

    -- Define the score and default it to 0
    score is 0

    skibbity (sigma) do
        badDoor is cook nerd.randInt(1, 3)

        cook yap("Infront of you are three doors.  Which one do you choose.")
        userDoor is cook yapask("1/2/3? > ")

        sus(userDoor rizz badDoor) then 
            cook yap("BOOO! A ghost. You lost with a score of:", score)

            blud
        ick
            cook yap("Not a ghost. You survived")
            score is score + 1
        slay
    slay
slay

About

(WIP) Instead of yapping in text. Yap with this language and create something.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published