Skip to content

N8Stewart/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-of-Life

An implementation of Conway's Game of Life by Nate Stewart. Essentially, choose the number of cells in a grid you wish to be 'alive'. The alive cells will be randomly generated and displayed. Then, choose how many generations you wish to run through until you're satisfied. Quit by typing '-1' or ctrl + C.

Project Forked from:

https://github.com/vulcant/Game_of_Life

What is Conway's Game of Life?

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Dependencies

  • C89 GCC or higher

How to build and run:

Clone and cd into a local directory. Run the makefile with 'make' terminal command. Run the game using './life' terminal command.

About

An implementation of Conway's Game of Life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published