Skip to content

a python program running Conway's game of life, without using numpy.

License

Notifications You must be signed in to change notification settings

BardiaB8/Conways-game-of-life-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of life tkinter

a python program running Conway's game of life, without using numpy.

which librarys are used in this program?

json (making board according to celldata.json), tkinter (graphical window), tkinter.ttk (used in DesignManager), sv_ttk, and time.

how to use:

Make a file using DesignManager and name it celldata.json. then run main.py.

About

a python program running Conway's game of life, without using numpy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages