Skip to content

Conway's Game of Life, randomly generated (minimal edge handling)

Notifications You must be signed in to change notification settings

cjsproject/GameofLifeProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GameofLifeProject

This is a python3 rendition of Conway's Game of Life (GOL) using the tkinter for the GUI.

Time spent: over 20

Dependencies:

  • Tkinter

Functionality

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

Video Walkthrough

https://recordit.co/wqdbtT2kE1

About

Conway's Game of Life, randomly generated (minimal edge handling)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages