Difference between revisions of "Mini Micro"

From MiniScript Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
* Full [[key|keyboard]], [[mouse]], and [[game controllers|game controller]] support
 
* Full [[key|keyboard]], [[mouse]], and [[game controllers|game controller]] support
  
 +
== See Also ==
 +
 +
* [[:Category:Mini Micro|All articles related to Mini Micro]]
 +
* [[:Category:Language|MiniScript language features]]
 +
* [[:Category:Intrinsic Functions|intrinsic functions]]
 +
* [[:Category:Command-Line|command-line MiniScript]]
 +
* [[:Category:How To|"How To" articles]]
  
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]

Revision as of 02:51, 13 March 2020

MiniMicro256.png

Mini Micro is a desktop application for Windows, macOS, and Linux. It simulates a retro-style home computer, built atop the MiniScript language. It is intended as both an educational environment for beginning programmers, and a game/simulation development environment for more experienced coders. Apart from execution speed, Mini Micro runs identically on all desktop machines, providing a very uniform environment for app development.

Features

In addition to the standard MiniScript language features, Mini Micro comes with an extensive API which includes the following functionality:

See Also