Skip to content

andrewi66doe/C-game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

======
README
======
game_of_life.c uses the ncurses library so to compile simply run the command:
	gcc -g -o game_of_life game_of_life.c -lncurses

Then run the executable with:
	./game_of_life <WIDTH> <HEIGHT>

About

Conway's Game of Life implemented in C utilizing curses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages