this is a simple implementation of Conway's Game of Life written in python.
The world is infinite but the shown part depends on the terminal size. you can resize the terminal to change the world size.
$ python3 gol.py <world_file>
example
$ python3 gol.py worlds/acorn
MIT