Introduction
There are two main parts of the User Interface:
- the functions panel on the right side of the game window - the code log panel on the bottom of the game window
Input of those parts affects the gameplay panel on which actions are taken.
Overview
Function Panel is the right hand side part of the game window and contains all the functions that can be used by the player.
Code log Panel is the bottom part of the game window and it contains the code created by the functions in the form used in programming languages.
Picture: