Skip to content

adverseengineer/ascii-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ascii-game-of-life

John Conway's "Game of Life" implemented with Jcurses

Depends on libncurses5

Build with ./build.sh Run using java -jar Main.jar SEED REFRESH CHANCE where SEED is a long used to seed the rng, REFRESH is the amount of milliseconds between updates, and CHANCE is the approximate proportion of the board that will start alive.

About

John Conway's "Game of Life" implemented with Jcurses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published