Skip to content

tomip01/conways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways' Game of Life

An implementation of Conway's Game of Life in Rust, featuring a graphical interface and user control.

  • Graphical interface for visualizing the game state
  • User control for playing, pausing, and adding cells
  • Written in Rust

Usage

Clone Repo

git clone https://github.com/tomip01/conways.git && cd conways

Run

make run

In game

  • Pause/Resume game with Space
  • Add cells with left click on a Paused Game
  • Remove cells with right click on a Paused Game

About

A simple Game of Life in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors