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
- Host: GitHub
- URL: https://github.com/twfksh/no-player-game
- Owner: twfksh
- Created: 2023-09-27T14:37:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T07:32:59.000Z (over 2 years ago)
- Last Synced: 2025-04-15T00:42:42.047Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.