Skip to content

daniel-Jones/ncurses-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ncurses-game-of-life

game of life written in c using ncurses.

Use the arrow keys to move the cursor around the board, press space to change the cell (alive or dead), press 'g' to start the simulation, press 's' to step one generation, press 'c' to clear the field, 'v' to change the cell color, 'b' to change the background color.

compile with: gcc main.c -o gol -lncurses

example: asciicast

About

game of life written in c using ncurses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages