/MinEmu

Primary LanguageJavaScript

An Example .io Game
An Mindustry Logic Emulator

Min emu

Min emu is open source Mindustry logic emulator. At it's current state it can only be used for very simple programs without any inpus.

Feature

  • Unlimited number of processors
  • Unlimited number of displays
  • Debug info
  • Execution control

FAQ

  • Press "P" to create processor.
  • Press "S" to create screen.
  • Left click on processor to open it in editor.
  • Right click on processor or screen to delete it.

Suported instructions

  • print - full support
  • printflush - full suport(printing to console)
  • draw - only color, rect,clear
  • drawflush - partial support (bugs may occur when using more than 1 processor on a display)
  • set - full support
  • jump - full support
  • end - full support
  • op - partial support
  • write - full support
  • read - full support

Showcase