Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1014 Bytes

readme.md

File metadata and controls

25 lines (13 loc) · 1014 Bytes

Wii of life is a Game of Life clone witch is a cellular automaton 0-player game made by Jhon Horton Conway in 1970. In the "simulation" are just 4 rules that apply to each cell.

1. Any live cell with fewer than two live neighbours dies, as if by underpopulation.
2. Any live cell with two or three live neighbours lives on to the next generation.
3. Any live cell with more than three live neighbours dies, as if by overpopulation.
4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

In the game you can place any cell configuration on an almost infinite grid and watch how magicly the simulation runs.

This project was created on 14/01/2024 and completed on "Not Yet" by Jual.

Credit

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

https://wiibrew.org/

https://github.com/devkitPro/wii-examples/tree/master

https://github.com/GRRLIB/GRRLIB/tree/master