Skip to content

scottg88/Conways_Game_Of_Life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Task breakdown

  • Represent a Cell
    • default state dead
  • Represent a 6 x 6 cell grid
  • Represent any size grid (dynamic at runtime)
  • Printing the grid to console
    • Testing this? (let's pair on this)
  • Setting cells alive or dead
  • Take input to set cell alive or dead
    • re-print the grid

  • cycle calculations / updating cells on time tick/ etc.
    • to be broken down

About

Kata in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%