/WiiOfLife

A game of life copy for wii.

Primary LanguageMakefile

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