Skip to content

pascal754/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Conway's Game of Life using SFML

Development tools

  • Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.4.0 Preview 1.0

  • C++ Language Standard: Preview - Features from the Latest C++ Working Draft (/std:c++latest)

  • SFML 2.5.1#14 installed via vcpkg

  • Boost 1.79.0 installed via vcpkg

  • no boundary check for boost dynamic bitset operator[]

Usage

  • P or Space: Pause or resume execution

  • R: randomize cells (in pause mode)

  • Up arrow: increase the speed

  • Down arrow: decrease the speed

  • click the cell to filp the state (in pause mode)

Screenshot

screenshot

About

Conway's Game of Life using SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages