Conway's game of life
-
Updated
Nov 8, 2016 - Python
Conway's game of life
Conway's Game of Life
Efficient Conway's Game of Life implemented in Python using NumPy.
"Conway Game" or "Game of Life" made with python and using tkinter
A pure Python implementation of Conway's Game of Life using Tkinter.
Learn pyglet by making simple games
This is a visualisation tool of Conway's Game of Life written in python using the pygame framework, with preloaded patterns
A Cellular automaton generator for Python
A python implementation of Conway's Game of Life; It is designed with a custom tweakable model format and is primarily for testing out new model concepts.
Python functions for numerical analysis: numerical schemes for ODEs, linear algebra, linear/non-linear/iterative solvers, interpolation, and regression analysis.
Conway's Game of Life implementation in Python. (Classic & Personal Version)
Conway's Game of Life in Python
Rules of the game :Any live cell with fewer than two live neighbours dies (referred to as underpopulation). Any live cell with more than three live neighbours dies (referred to as overpopulation). Any live cell with two or three live neighbours lives, unchanged, to the next generation. Any dead cell with exactly three live neighbours comes to life.
Conway's Game of Life - Juego de la Vida de Conway
Simple implementation of Conway's game of life with gif visualisation
💡 Game of Life by Conway created using Python and Pygame.
Conway's game of life in a Python GIF exporter.
Le Jeu de la vie est un automate cellulaire imaginé par John Horton Conway en 1970. Malgré des règles très simples, il est Turing-complet. C'est un jeu de simulation au sens mathématique. que j'ai ecrit en python
Add a description, image, and links to the conway-game topic page so that developers can more easily learn about it.
To associate your repository with the conway-game topic, visit your repo's landing page and select "manage topics."