Skip to content

Implementation of Conway's Game of Life using C++ and Raylib.

License

Notifications You must be signed in to change notification settings

aleferu/conway-gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Implementation using C++ and Raylib

Dependencies:

  • raylib
  • C++ compiler (only g++ has been tested).
  • Optional python3 if you compile with build.py.

How to play

  • Left click to bring life to cells.
  • Right click to bring death to cells.
  • Press the 'n' key to perform one step of the algorithm.
  • Press the 'p' key to "play".
  • Press the 'c' key to kill all cells.

How to build

$ ./build.py

or

$ python3 build.py

or

$ ./build.sh

or compile as you want. Don't forget to link raylib.

About

Implementation of Conway's Game of Life using C++ and Raylib.

Topics

Resources

License

Stars

Watchers

Forks