Skip to content

Conway's Game of Life implementation in C using SDL2.

License

Notifications You must be signed in to change notification settings

KonnorTimmons1297/Game-Of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life

Conway's Game of Life implementation in C using SDL2.

Building

You will need a C compiler as well as SDL2. There is a bash build script for the project that compiles the project with gcc.

If you have gcc and SDL2 installed, then just invoke the build script:

./build.sh

Usage

Simply execute the program!

./gol

Controls

  • Space bar: pause/resume simulation
  • Arrow keys: pan around the simulation
  • Click on cell: Bring cell to life, or remove life from the cell

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Conway's Game of Life implementation in C using SDL2.

Topics

Resources

License

Stars

Watchers

Forks