Langton's ant: Difference between revisions

Content added Content deleted
(Fixed formatting second D entry)
Line 1,566: Line 1,566:
g.setColor(Color.GREEN);
g.setColor(Color.GREEN);
g.fillRect(plane[0].length / 2 * ZOOM,
g.fillRect(plane[0].length / 2 * ZOOM,
plane.length / 2 * ZOOM, ZOOM/2, ZOOM/2);
plane.length / 2 * ZOOM, ZOOM/2, ZOOM/2);
}
}
};
};