Updated structure of files and folders; edited Readme.md

This commit is contained in:
John Landers
2018-10-24 13:44:27 -05:00
parent a68da04f5b
commit e2c7c9dd05
11 changed files with 197 additions and 239 deletions

View File

@@ -4,6 +4,15 @@ My Conway's Game of Life project
***Not optimized yet***
This is just a little side project to work on optimization skills and mess around with different patterns in Conway's Game of Life.
Download the project and open it in eclipse to edit, or to just run the project download and run the attached jar(***located in the included jar folder***).
**To run**
Step 1 : Download Repository
Step 2 : Open Command Prompt and navigate to the folder you downloaded
Step 3 : Enter the following commands
cd gameoflife
javac GameOfLife.java
javac Main.java
jar cmvf manifest.txt GameOfLife.jar ./*.java ./*.class
java -jar GameOfLife.java
Step 4 : *Have fun using my Conway's Game of Life Program!!!*
***Note: Requires Java 10***
***Note: Requires Java 8***