Skip to content

nishantp10/Conway-s-Game-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

The “game” is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced “players”, by creating patterns with particular properties. This version of the game has been implemented on Torus board and Klein board using Python 3.6.

Import all the files in one directory

Set the working directory

Run init,boards,Final

Enter configurations and see animation!

About

Conway's Game of Life Animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages