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
Python functions for numerical analysis: numerical schemes for ODEs, linear algebra, linear/non-linear/iterative solvers, interpolation, and regression analysis.
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.
Conway's Game of Life implementation in Python. (Classic & Personal Version)
A Cellular automaton generator for Python
Conway's Game of Life - Juego de la Vida de Conway
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 in Python
💡 Game of Life by Conway created using Python and Pygame.
Conway's game of life in a Python GIF exporter.
Simple implementation of Conway's game of life with gif visualisation
Conway's Game of Life, now in a Terminal near you!
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."