...While this may just seem like simplify a graphical display of what boredom looks like... well, it really doesn't go much past that point.
If you Don't know what Conway's game of life is:
It's the Black (Or white, I may have changed them) cells that follow a simple set of instructions based on the state of its adjacent cells.
Turmites are types of little Turing machines, following their own set of instructions. They will always move forward, but depending on the color of cell they are on and their current internal state, they will change directions.
Requires Pygame.