const GRID_WIDTH = 10; const GRID_HEIGHT = 20; const SIZE = 30; const COLORS = ["#CCCCCC", "red"]; const eventBus = new EventBus();