A simple Command line UI project for Visualizing Convoy's Game Of Life developed using python and curses(its a python library for cmd line UI). If you haven't heard about Convoy's Game of Life, definately checkout this video on youtube by Dylan Beattie. Thanks me later!!
If you are on linux, you are good to go just head toward your terminal.
On Windows,
pip install curses
Running the Script is really simple just head over to the directory of the code into your terminal and run this line:
python GameOfLife.py