Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 402 Bytes

File metadata and controls

6 lines (5 loc) · 402 Bytes

Corey-sJavaGameofLife

Quick dive into learning Java following Conway's Game of Life. Created flexible methods that take in parameters to create and run game accordingly. Allowed practice and better understanding of Java methods and classes, including importing variables and running methods off user input. Base functionality referenced this tutorial: https://www.youtube.com/watch?v=ncRA1OAbMmk.