An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: game-of-life-python

csd4ni3l/game-of-life

Game Of Life recreated using Python and the Arcade and pyglet modules

Language: Python - Size: 3.87 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

insolor/game-of-life

Conway's Game of Life implementation in Python with an infinite field (online demo available thanks to pyxel)

Language: Python - Size: 137 KB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

educ8s/Python-Game-Of-Life-with-Pygame

Conway's Game of Life in Python with pygame (pygame-ce). This project is accompanied by a video tutorial that explains everything in detail.

Language: Python - Size: 207 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

DavidBuchanan314/pyswargol

A rather fast Game-of-Life implementation in pure Python (plus pysdl2)

Language: Python - Size: 54.7 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 34 - Forks: 1

naghim/Pygame-Arcade

🐍🎮 A collection of experimental Pygame projects and game prototypes, created as a way to explore game development concepts.

Language: Python - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

JANECEA/Game-of-Life4two

Competitive game based on Conway's Game of Life.

Language: Python - Size: 493 KB - Last synced at: 27 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ipersids/game-of-life

Final projects for Harvard University's computer science and programming programme: module CS50P

Language: Python - Size: 10.7 KB - Last synced at: 6 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

soda480/game-of-life

A simple implementation of Conway's Game of Life using Python

Language: Python - Size: 14.7 MB - Last synced at: 6 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

AlexStratou/Game-of-life

Conway's Game of Life

Language: Python - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

wivest/Game-of-Life

Conway's Game of Life written in Python, using Taichi framework.

Language: Python - Size: 161 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

RundownRhino/Cellular-Automata-Simulator

Uses numpy and scipy.ndimage to quickly simulate arbitrary rulesets for nearest-neighbours cellular automata. Can generate videos and images of the results via ffmpeg-python and pillow.

Language: Python - Size: 23.4 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Zeta611/golpy

Efficient Conway's Game of Life implemented in Python using NumPy.

Language: Python - Size: 1.53 MB - Last synced at: 17 days ago - Pushed at: 12 months ago - Stars: 14 - Forks: 0

Nikorasu/CellularAutomata

Nik's Cellular Automata Projects

Language: Python - Size: 200 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Jakov-Kusan/Conways-game-of-life

Conway's game of life written in python

Language: Python - Size: 0 Bytes - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

jtris/Game-of-Life

John Conway's Game of Life

Language: Python - Size: 65.4 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

WRakocki/game-of-life-python

The classic Conway's Game of Life written in Python using PyGame.

Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HanishDhanwalkar/Cellular-automaton

Language: Jupyter Notebook - Size: 16 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pixelatedznero/golpi

A basic Game of Life python integration for AI training and more

Language: Python - Size: 2.75 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

KroSheChKa/GameOfPyTurtLife

Cellular Automata created in Python using a single module - Turtle

Language: Python - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

timothja/GameOfLife_Lenia

Exploration of Lenia, a generalization of Conway's Game Of Life with continuous states, space and time.

Language: Python - Size: 1.23 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ZyMa-1/Conways_game_of_life_widget

Conway's Game of life as a PySide version 6 widget.

Language: Python - Size: 896 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Fahad-Habib/Game-Of-Life

A Python program to simulate John Conway's Game of Life.

Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

abdoufermat5/conway-game-of-life

Jeu de la vie de conway

Language: Python - Size: 1.5 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

user-simon/Game-of-Life-Python

Python implemenation of Conway's Game of Life using bitwise operations

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jjalivermore/Game-of-Life-Simulator

An implementation of Conway's Game of Life in Python using Pygame, featuring an editor with built-in shapes, customisable rule sets and other options.

Language: Python - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Klaynight-dev/jeu_de_la_vie

This Python project is an NSI assignment that utilizes Tkinter and NumPy libraries to simulate Conway's Game of Life. The Game of Life is a cellular automaton devised by mathematician John Conway, involving a grid of cells that evolves based on initial states and simple rules.

Language: Python - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

YetiYetYet/game-of-life-python

This is a little training project in python. 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.

Language: Python - Size: 1.14 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

skill3472/gameoflife

Conway's Game of Life made in pygame.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pooya-shams/Game-of-Life

# Game-of-Life A simulator of John Conway's Game of Life written in python using the pygame library

Language: Python - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

marcpaulo15/game_of_life

Implementation of the famous Conway's Game of Life using Python and Pygame

Language: Python - Size: 1.66 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

panosarv/game-of-life

Implementation of the infamous John Conway's game of life using Python & Tkinter

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ShrohanMohapatra/GameOfLifeALISP

Some work on the paper, "Automated Lie-algebraic input space partitioning using first-order two-dimensional cellular automata" by me (Shrohan Mohapatra. (2020, June 5). Automated Lie-algebraic input space partitioning using first-order two-dimensional cellular automata. Zenodo. http://doi.org/10.5281/zenodo.3880404), here in the specific example with Game of Life for automated Lie-algebraic input space partitioning.

Language: Mathematica - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

g0at1/game-of-life

Conway's Game of Life is a cellular automaton devised by mathematician John Horton Conway in 1970. This project provides a Python implementation of Conway's Game of Life using the Pygame library.

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

justanothergrey/gameoflife

Conway's Game of life in an hexagonal grid.

Language: Python - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

d0rj/CellularAutomata

⬛⬜ Cellular automata and all-all-all

Language: Python - Size: 208 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

AvaAvarai/PyGame-GameOfLife

John Conway's Game of Life implementation with PyGame

Language: Python - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Ressobe/game_of_life

Simple implementation game of life

Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

peremunoz/Connways-Game-of-Life

Scratch implementation of the Connways Game of Life using Python.

Language: Python - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

felipenrocha/MESA-game-of-life

Criação de um laboratório utilizando o framework PYTHON/MESA para simualção do game of lif.

Language: Python - Size: 350 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aitorres/py-of-life

Python implementation of Conway's Game of Life

Language: Python - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

Ilyes-El-Majouti/game-of-life

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

Language: Python - Size: 1.17 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

willsawyerrrr/GameOfLife

Simulation of Conway's cellular automaton Game Of Life

Language: Python - Size: 456 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

degD/miniature-planet

Repository for a game of life library.

Language: Python - Size: 6.84 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

applesoju/Game-of-Life

Language: Python - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sohyongsheng/gol

Language: Python - Size: 1.14 MB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Jael-G/lifepy

Run Conway's game of life simulations with python, that can be printed into terminal.

Language: Python - Size: 754 KB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Grafit24/game-of-life

Игра жизнь с графическим интерфейсом, написанная на python3.

Language: Python - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Qjs/Game-of-Life-Pygame

Game of Life made in Pygame

Language: Python - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Related Keywords
game-of-life-python 48 game-of-life 42 python 25 python3 13 conways-game-of-life 13 cellular-automata 9 pygame 8 life 6 gameoflife 5 tkinter 5 cellular-automaton 5 conway-game 5 game 5 numpy 3 conway 3 conwaysgameoflife 3 tkinter-python 3 simulation 3 tkinter-gui 2 pygame-gui 2 multithreading 2 conway-life 2 glider-gun 2 conways-game-of-life-python 2 game-of-life-simulator 2 python-simulation 1 simulations 1 yaml 1 tkinter-canvas 1 tkinter-python-gui 1 tkinter-python-app 1 tkinter-library 1 tkinter-gui-python 1 tkinter-gui-library 1 numpy-python 1 numpy-library 1 nsi 1 learning-exercises 1 learning-exercise 1 websocket 1 qt-property 1 qrunnable 1 pyside6-designer 1 object-oriented-programming 1 library 1 function 1 class 1 conway-s-game-of-life 1 gameoflife-cli 1 conways-game 1 conway-game-of-life 1 cli 1 mesa 1 gui 1 wolfram-mathematica 1 wolfram-language 1 two-dimensional 1 theoretical-computer-science 1 software-testing-tools 1 software-engineering 1 parallel-programming 1 parallel-computing 1 mathematical-programming 1 lie-groups 1 lie-algebra 1 input-validation 1 feynman-diagrams 1 domain-driven-design 1 life-automata 1 automata 1 docker 1 cs50p 1 snake-game 1 pygame-games 1 pygame-application 1 learning-projects 1 games 1 game-development 1 game-clone 1 2048-game 1 swar 1 sdl2 1 pysdl2 1 cgol 1 pygame-ce 1 particles 1 evolution 1 pyxel 1 pyglet 1 arcade 1 pyside6 1 pyqt6-desktop-application 1 property-manager 1 promoted-widgets 1 json-serialization 1 json 1 config-manager 1 abstract-base-class 1 lenia 1 turtle-python 1