An ant that I created which is similar to Langton's Ant: https://en.wikipedia.org/wiki/Langton%27s_ant (You should check that out ^^^) The ant is the black dot by the way. My ant is different in the following ways: * It can move in 8 directions (to all 8 surrounding cells.) * There are 8 different states of each cell (0 - 7) * The world starts with only 1 cells * Whenever the ant lands on a cell it turns by the cells number * Every cell the ant steps on gets incremented by 1