- The cars reach their target cells
Line 1: width: the width of the board
Line 2: height: the height of the board
Next height lines: the grid. A cell can be:
Line 1: entityCount, the number of entities in the game
Next entityCount lines: id, x, y, directions
directions is either
There are