layout - pcaston2/tupo GitHub Wiki

#Layout

The layout of the simulator is designed to eliminate the need to have a deck and hand. This format works better for parallel computing.

The units remain in the original order they were delivered by the the host.

A separate array manages the arrangements of the units, such as the shuffling, drawing, deflation and random selection. These are two dimensional arrays (2 BY the length of the field) referred to as maps in this system. The first row relates to the units by their field column, and the second row is the number to sort by.

⚠️ **GitHub.com Fallback** ⚠️