/MindustryVCode

Mindustry Mod that adds a programming language with its own compiler in game.

Primary LanguageJavaScript

VCode

Small programming language for mindustry.

Code Example:

Code example

Features

  • Functions
    • Return instruction to return early
  • While loops
    • Break/Continue
  • If/Elif/Else
  • Math expressions for conditions and assignments
  • Access memory cells and banks like arrays
  • Do raw mlog using cmd
  • Comments using #
  • Wait instruction