Skip to content

[New game]: Life’s Mosaic #4060

@PallaviGudupallavi

Description

@PallaviGudupallavi

🎮 Game Request

Game logic and basic description:
This basic logic forms the foundation of Life's Mosaic, allowing for the exploration of complex patterns and behaviors emerging from simple rules.The universe is an infinite, two-dimensional orthogonal grid of square cells.
Each cell can be in one of two states: ALIVE or DEAD.
Each cell interacts with its eight neighbors (horizontally, vertically, and diagonally adjacent cells).

Rules:
Underpopulation: Any live cell with fewer than two live neighbors dies.
Survival: Any live cell with two or three live neighbors lives on to the next generation.
Overpopulation: Any live cell with more than three live neighbors dies.
Reproduction: Any dead cell with exactly three live neighbors becomes a live cell.

Point down the features

Controls: Play, Pause, Fast Forward, Slow Down, Clear, Random
Preset patterns (e.g., Glider, Gosper Glider Gun)

Select program in which you are contributing

GSSoC24

Code of Conduct

Metadata

Metadata

Labels

New Game 🎮This is the label that will be used on issues that are raising new game issuegssocGSSoC24 program labellevel3Adding new features

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions