Skip to content
/ conway Public

For fun implementation of Conway's Game of Life.

Notifications You must be signed in to change notification settings

vgobbo/conway

Repository files navigation

Conway's Game of Life

rust.yml

Simple and for fun implementation of Conway's Game of Life.

  • Runs until no changes are performed on the board or the iterations are exhausted.
  • No loop detection.
  • Prints board to the console.
  • Configurable board size.

How To Use

Just run cargo run -- --help and explore the options.

Improvements

  • Bitwise board.
  • Cell heatmap.
  • Make multi-threaded.
  • OpenGL renderer.
  • Shader solver.
  • Loop detection.
  • Output to image.

About

For fun implementation of Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published