Skip to content

noahhaasis/conwaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways game of life

An implementation of Conway's game of life written in C using the SDL library.
This is expected to run on windows.

Keymappings:

- Q            - Quit
- K            - Kill all cells
- R            - Repopulate the board
- W            - Up
- A            - Left
- S            - Down
- D            - Right
- Space        - Pause
- Up-Arrow     - Speed the simulation up
- Down-Arrow   - Slow the simulation down
- Mouse button - Change the clicked cell's state
- Scroll wheel - Zoom

Alt text

Alt text

About

An implementaion of Conway's game of life written in the C language using the SDL library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages