This is a python3 rendition of Conway's Game of Life (GOL) using the tkinter for the GUI.
Time spent: over 20
Dependencies:
- Tkinter
Variables
- Automata.py contains variable L in mainGen() which is the number of generations that run
Display
- User sees randomly generated arr via tkinter window
- Each pixel represents a cell
- dynamically updates image in real time