Code Editor

The code editor is used to edit the game designer's Python code. This Python code consists mainly of event handlers connected to board game components. The game designer uses the Board Editor to layout the board, and connect event handlers to the board's components. One of the features of the code editor is syntax highlighting, in which different code elements (keywords, identifiers, operators, etc.) are displayed in different colors.