An open API service indexing awesome lists of open source software.

https://github.com/twfksh/no-player-game

a simulation of Conway's Game of Life
https://github.com/twfksh/no-player-game

Last synced: about 1 year ago
JSON representation

a simulation of Conway's Game of Life

Awesome Lists containing this project

README

          

## Installation and Running

- Install the Raylib library from https://www.raylib.com/.

- Copy the code from main.c provided in this repository.

- Compile and run the project using your preferred C compiler and IDE or via the command line.

## Usage

- The program displays Conway's Game of Life simulation.

- Cells start in random states and evolve based on rules.

- Close the window to exit the simulation.