1. How Nimin Works - XaderaDiddle/Nimin GitHub Wiki

There's several components that make up Nimin and are necessary for working with the code.

Coding:

  1. The coding language - Actionscript - The basics of Actionscript will help understand how other parts work.
  2. Coding syntax - Each coding language has its own syntax that will change the way the code actually works.
  3. How to use coding logic - Logic is necessary in order to build out the game mechanics that allow for varying scenes to occur based on different variables.

Nimin:

  1. How Nimin works - On a high-level view, in regards to Actionscript, understanding how Nimin functions will help piece together the other parts.
  2. How Nimin uses the syntax - Nimin has been set up in certain ways to use the syntax in order to write things.
  3. How to write with Nimin - How to use the logic and functions within Nimin to write something.