Conway's Game Of Life (Jakester)

Add to
My games
Add to
Wishlist
Save to
Collection
No reviews
Exceptional
Meh
Skip

About

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:

    https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Platforms
Release date
Developer
Jakester
Age rating
Not rated

System requirements for Web

Read more...
Edit the game info
Last Modified: Sep 23, 2022

Where to buy

itch.io