Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 514 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 514 Bytes

game-of-life

Conway's game of life using piston

Prerequisites

  • rust/cargo

Run

cargo run

Controls

Key Action
space togggle pause
r reset
c clear
- reduce speed
+ increase speed
esc quit
life.mov

Changelog

  • Increased performance using ImageBuffer instead of drawing a rectangle for each cell
  • Parallelism using rayon