Module: sim/modes/SimMode

(require("sim/modes/SimMode"))(screen, menu, changes, commander)

Simulation is the main task we're trying to accomplish in this program. There are multiple states that the sim can be in. Each state simulates something different.
Parameters:
Name Type Description
screen Screen
menu Menu
changes Changes
commander Commander
Source: