The starting point of a game. Everything that happens prior to Rule0 is related to setting up the parameters and players that will participate in that game. Everything that happens after Rule0 is related to what actually happens in that game. Calls RuleGenerateBoard to create and prepare the Game and Map data. Transmits the signal to initialize the View via the eventInitializeUI Event. Starts off along the rule chain by seguing into RuleMarkerStartInitial.
RuleGenerateBoard, RuleMarkerStartInitial
eventInitializeUI