Skip to content
/ life Public

Turn based Game of Life implementation in standard C.

Notifications You must be signed in to change notification settings

kireevroi/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

GAME OF LIFE FOR *UNIX

Description

This is a THE Game of Life made for *Unix operating system terminals

To start - compile and pipeline one of the presets for maximum fun. ./a.out < preset.txt

Commands

q - quit Space - new iteration

Comments

Since getchar() works funky when pipelined we try to reset the stdin to TTY. Thats why this won't correctly work on Windows.

About

Turn based Game of Life implementation in standard C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages