Skip to content

Quan1umMango/game-of-life-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

An implementation of Conway's game of life in Rust using Macroquad Library.

Info

The game follows the standard rules. Building mode allows you to make the cells alive and dead. Running mode runs the simulation.

Controls

  • Press space to toggle between Building mode and Running Mode.
  • Press the R key to reset the board.
  • Press the Escape key to quit altogether.

Screenshots

scr1 scr2