Skip to content

jsks/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

A C implementation of Conway's Game of Life using ncurses.

Getting Started

# Substitute `gmake` if on *BSD
$ make
$ ./conway

Press 'q' or CTRL-C to exit. A full list of keybindings can be displayed by pressing '?'.

conway can also read a starting position from a cells formatted text file.

$ ./conway patterns/glider.cells

About

Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors