Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 721 Bytes

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