nishantp10 / Conway-s-Game-Python

Conway's Game of Life Animation

Repository from Github https://github.comnishantp10/Conway-s-Game-PythonRepository from Github https://github.comnishantp10/Conway-s-Game-Python

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


Languages

Language:Python 100.0%