Updated README.md

This commit is contained in:
John Landers
2018-10-24 14:06:30 -05:00
parent d254e7d704
commit 0663efc33c

View File

@@ -8,11 +8,11 @@ This is just a little side project to work on optimization skills and mess aroun
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.mf GameOfLife.jar ./\*.java ./\*.class
> java -jar GameOfLife.jar
> cd gameoflife
> javac GameOfLife.java
> javac Main.java
> jar cmvf manifest.mf GameOfLife.jar ./\*.java ./\*.class
> java -jar GameOfLife.jar
Step 4 : *Have fun using my Conway's Game of Life Program!!!*
***Note: Requires Java 8***