MINI-BASIC

A translator for basic language into javascript. The Javascript format will follow Blijs, and it supports all Blijs commands.

If you prefer to write javascript/typescript that use Blitz Basic command you can check Blijs
Github Repo can be found here
Supported Key Word:
If, ElseIf, EndIf, Else, Then, For, Next, To, Function, End Function, Return, While, Wend,
Supported Operator:
+, /, *, -, ==, <=, >=, <>, >, <, !=, ;, &&, ||
Playground:
===========
Simple explotion animation sprite
Snow FX Particle
Play simple doodle
Tiling image, with animation
Rotating an image
Simple Collision
Drag single object
Command Reference:
==================
Command reference is not yet available, but it will follow Blijs command reference (check it here).