Skip to content

JereSalo/conways_game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Conway’s Game of Life is a cellular automaton played on a 2D grid. The game progresses autonomously based on its initial configuration and predefined rules. In this version, users can interact with the grid while the game is paused, allowing them to toggle the state of individual cells.

Setup

  1. Clone the repository with git clone
  2. Navigate to the project directory
  3. Run the game with cargo run
  4. Enjoy!

Controls

I – Toggle Instructions
R – Randomize Board
C – Clear the Board
Q – Quit the game
Space – Play/Pause
Click – Toggle Cell State

Demo

conways_demo.mp4

About

A Rust implementation of Conway's Game of Life, using the game library macroquad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages