Skip to content

spencer-p/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

life

a simple command line implementation of conway's game of life with ncurses

some command line options:

-w Turn off edge wrapping
-h Show this help message
-s [seed] Seed randomization with given number
-c [char] Represent live cells with the given character
-r [rate] Update the game [rate] times per second (0 for no delay)

some commands inside the program:

p - Pause/play the "game"
t/Space - toggle the state of the cell under the cursor
h/j/k/l - move cursor vi - style
c - clear the board
r - randomize the board
s - save the board state
u - undo to saved board state (initial state is auto saved at start)

About

conway's game of life w/ ncurses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages