Skip to content
/ Life Public

C++ implementation of Conway's Game of Life with SFML

License

Notifications You must be signed in to change notification settings

Rikora/Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Conway's Game of Life (Life), is a cellular automaton devised by John Horton Conway in 1970. The traditional implementation requires no user input, as the evolution of cells is determined by the applications initial state. Although, in this version, the user is able to interact with the game and its state by left-clicking (cells become alive) and right-clicking (alive cells become dead).

Screenshot

screenshot

Resources

License

This project is licensed under the MIT License, see LICENSE for more information.

About

C++ implementation of Conway's Game of Life with SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages