-
Notifications
You must be signed in to change notification settings - Fork 0
andrewi66doe/C-game_of_life
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published