Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Fork of https://github.com/855309/gameoflife.git

Infinite, sparse grid with time-travel.

Dependencies

  • SFML 3 (graphics, window, system)

Compile

g++ -o gameoflife main.cpp -lsfml-graphics -lsfml-window -lsfml-system

Controls

  • Left click / drag: paint or erase cells
  • Space: play / pause forward
  • Z: play / pause reverse (stops at where you drew; can't use while going forward)
  • C: clear grid
  • Tab: fast forward (hold)
  • Arrows: scroll canvas
  • --dark: dark mode

About

A minimal and functional Conway's Game of Life implementation. Features time-travel, infinite canvas and dark mode.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages