CSC352 Game of Life Homework 2
--D. Thiebaut (talk) 16:06, 28 February 2017 (EST)
Problem 1
Write a threaded java program that computes the generations of the game of life. The program should get 3 different pieces of information from the command line:
- The number of threads it must generate
- The number of generations it must compute
- The name of the text file containing the first generation, or the first "dish."
Format of the Text File
The original dish is stored in a text file using the following format:
" ",
" # ",
" # # ### ",
" ## ",
" ",
" # ",
" # # ",
" ## ",
" ",
" ",
" ",
" ",
" # ",
" # # ",
" ## ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "