Skip to content
/ life Public

Simple implementation of Conway's Game of Life

License

Notifications You must be signed in to change notification settings

laszuba/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

life

Simple implementation of Conway's Game of Life

Notes:

  • Uses curses to represent cells in the terminal.
  • Save files are compatible with E Ink design project implementation of Life.
  • Terminal must be big enough for all rows and columns.
  • Code quality is terrible... Oh well.

Compile with:

clang -std=c11 -lncurses -Wall cgol.c

Commands:

s -- save game file, uses 'cgol_array.h'
l -- load stored game
r -- run current game
x -- set cell

About

Simple implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages