https://github.com/robiot/skibidiscript
(WIP) Instead of yapping in text. Yap with this language and create something.
https://github.com/robiot/skibidiscript
Last synced: about 1 year ago
JSON representation
(WIP) Instead of yapping in text. Yap with this language and create something.
- Host: GitHub
- URL: https://github.com/robiot/skibidiscript
- Owner: robiot
- Created: 2024-09-02T09:34:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T10:52:26.000Z (over 1 year ago)
- Last Synced: 2025-06-13T21:42:06.856Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.86 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skibidiscript
Instead of yapping in text. Yap with this language and create something.
> **friend**: Hey what are you doing tonight?
> 😎 **unemployed friend on a tuesday afternoon**: adding pookie classes with extreme rizz to Skibidiscript
NOTE: this language is in progress,
im currently implementing classes, and then imma make the SKUI (skibidi ui) more advanced
## TODO:
- Implement classes in the interpreter
- Implement ForLoop in the interpreter
- Implement ObjectValue support in the interpreter
- Allow ForLoop to accept variables too after (in)
## Problems rn
- Line count is wrong
```lua
gyatt nerd
cookable fein()
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
cap
cook yap("Not a ghost. You survived")
score is score + 1
slay
slay
slay
```