# Meet isimbulamadimscript (IBS): A Lightweight Embedded Language for Web Games

> Source: <https://dev.to/yusuf_iel_fd98c3a8f76cb/meet-isimbulamadimscript-ibs-a-lightweight-embedded-language-for-web-games-16mb>
> Published: 2026-09-11 21:42:46+00:00

Hey everyone! 👋

I built **isimbulamadimscript (IBS)**, a zero-dependency, lightweight, embeddable scripting language designed for web games and interactive logic.

Instead of embedding heavy engines, IBS lets you run scripts with:

`if`/` while`)` Addbranch` / `Call` macros)`Urlcall` - loadstring over HTTP)
Check it out on GitHub:

👉 [https://github.com/yusufcicel54-rgb/-simbulamadimscript](https://github.com/yusufcicel54-rgb/-simbulamadimscript)

CDN:

```
html
<script src="https://cdn.jsdelivr.net/gh/yusufcicel54-rgb/-simbulamadimscript/ibs.js"></script>
```


