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:
- The coding language - Actionscript - The basics of Actionscript will help understand how other parts work.
- Coding syntax - Each coding language has its own syntax that will change the way the code actually works.
- 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:
- How Nimin works - On a high-level view, in regards to Actionscript, understanding how Nimin functions will help piece together the other parts.
- How Nimin uses the syntax - Nimin has been set up in certain ways to use the syntax in order to write things.
- How to write with Nimin - How to use the logic and functions within Nimin to write something.