Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 421 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 421 Bytes

JavaLife

A (deliberately inefficient) version of Conway's Game of Life which is being edited for the best class ever, CS1530 Software Engineering.

If you have never played with the Game of Life, you are in for a treat! See http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

There is a (deliberately) hidden inefficient method in this repo, which it is your job to find and refactor using VisualVM.

Final Version