Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 828 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 828 Bytes

mGBA lua Hello World

Simple hello world using lua with mGBA.

How to run

  1. Get the HelloWorld.lua file from this repository.
  2. Open mGBA.
  3. Click Tools > Scripting to open the Scripting window.
  4. In the scripting window click File > Load script to bring up the file picker dialog.
  5. Select HelloWorld.lua from where you saved it.
  6. The Hello World script will automatically run to display the "Hello World" message.

Documentation

Scripting documentation can be found on the mGBA Scripting Docs page.

The console:log documentation used in this demo is found under the console documentation section.