Skip to content

ClintLiddick/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Author: Clint Liddick
Date: 04/23/2014
Source: https://github.com/ClintLiddick/conways-game-of-life
Website: www.clintonliddick.com

Introduction
------------
A simple Java implementation of Conway's Game of Life for a standard terminal. I
plan to make this package more flexible for exploring CGOL as I am able.

Running
-------
java Conway.Life
java Conway.Life <# of random cells>
java Conway.Life <# rand cells> <# of generations>

The most interesting simulations (for now) come from using approximately 200
cells over 100+ generations.

Notes
-----
1. The program is designed to run in a 80x31 pixel terminal window.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages