Skip to content

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

35 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages