Conway's Game Of Life
Game of Life is a Cellular Automaton created by John Conway.
If you do find any bugs please report them in the comments. I am immensely grateful to those that do so. Thank you.
Rules:
Any live cell with fewer than two live neighbors dies, as if by underpopulation.
Any live cell with two or three live neighbors lives on to the next generation.
Any live cell with more than three live neighbors dies, as if by overpopulation.
Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.
Controls:
Left-click: fill a cell
Right-click: remove a cell
Space: start and stop
Funny story I wrote this clone of John Conway's Game Of Life in about an hour using NumPy, but Pygbag doesn't work with NumPy(unless you manually install it alongside the main files) so I had to rewrite most of it. Silly me.
I do not own Game Of Life, but all code, art, and animations were done by me (Jakester).
Source Code:
https://github.com/McCoy1701/Conway-s-Game-Of-Life
Read More:
Status | Released |
Platforms | HTML5 |
Author | Jakester |
Genre | Simulation |
Made with | Aseprite, pygame |
Tags | cellularautomata, pygame, pygbag, python |
Download
Install instructions
Extract GameOfLife
Run Main.exe
Enjoy Life
Leave a comment
Log in with itch.io to leave a comment.