filmov
tv
Simple Python implementation of Conway's game of Life

Показать описание
The canvas is toroidal, which means that white circles on opposite sides can interact with each other.
I'm certain that there are better ways to implement the game, but this is what I came up with right after reading the rules.
I'm certain that there are better ways to implement the game, but this is what I came up with right after reading the rules.