SkillAgentSearch skills...

GameLife

Conway's Game of Life Python

Install / Use

/learn @kiahamedi/GameLife
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GameLife

Conway's Game of Life Python 3

alt text

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.It 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. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Dependency

For draw tables install terminaltables from PyPi:<br> pip install terminaltables

Downloading

$ git clone https://github.com/kiahamedi/GameLife.git
$ cd GameLife/
$ python life.py

Run

Alt text

Warning

this script work with python 3

Info

for more info visit : https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Are you a developer?

1-Fork it!</br> 2-Create your feature branch: git checkout -b my-new-feature</br> 3-Commit your changes: git commit -am 'Add some feature'</br> 4-Push to the branch: git push origin my-new-feature</br> 5-Submit a pull request</br>

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks2

Languages

Python

Security Score

70/100

Audited on Jun 25, 2024

No findings