Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.
/ life-heatmap Public archive

Generates an image depicting the most commonly survived cells in an instance of Conway's Game of Life using Java11

Notifications You must be signed in to change notification settings

aila-online/life-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

life-heatmap (Heatmap of Conway's Game of Life)

Generates an image depicting the most commonly survived cells in an instance of Conway's Game of Life using Java11. Made as my final for CS160: Structured Programming!

Status

After I am done with my class, it is likely that this project will be stagnant. Feel free to fork or contribute however you'd like!

Usage

If you don't want to use the default values, execute using these optional argument styles:

java GOLHeatMap [depth(0-255)]

java GOLHeatMap [width] [height]

java GOLHeatMap [width] [height] [depth(0-255)]

About

Generates an image depicting the most commonly survived cells in an instance of Conway's Game of Life using Java11

Topics

Resources

Stars

Watchers

Forks

Languages