Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

pkruk/game-of-life-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

compile and run:

clang++ -std=c++11 -lncurses -lm game_of_life.cpp ; and ./a.out

About

game of life implement in c++ with using ncurses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages