Skip to content

Conway's Game of Life implemented using Rust and Piston2D

Notifications You must be signed in to change notification settings

fsantand/game-of-life-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway Game of Life

An implementation of the game of life by John Conway in Rust using Piston as a gui

Running

To run, simply run cargo run, it will fetch the dependencies and start the game

Controls

  • R - Run simulation
  • N - Step over one generation
  • C - Clear board
  • Left Click - Toggle cell
  • Right Click - Count adjacent neighbors

Motivation

I've really trying to learn Rust, but never got the time to do it, and I had a pending quarrel with the Game of Life (an old assignment from when I started studying CS). It was fun, there're bugs, but it is what it is.

About

Conway's Game of Life implemented using Rust and Piston2D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages