updated README.md
This commit is contained in:
20
README.md
20
README.md
@@ -4,15 +4,15 @@ My Conway's Game of Life project
|
|||||||
***Not optimized yet***
|
***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.
|
This is just a little side project to work on optimization skills and mess around with different patterns in Conway's Game of Life.
|
||||||
|
|
||||||
**To run**
|
**To run**
|
||||||
Step 1 : Download Repository
|
Step 1 : Download Repository
|
||||||
Step 2 : Open Command Prompt and navigate to the folder you downloaded
|
Step 2 : Open Command Prompt and navigate to the folder you downloaded
|
||||||
Step 3 : Enter the following commands
|
Step 3 : Enter the following commands
|
||||||
cd gameoflife
|
cd gameoflife
|
||||||
javac GameOfLife.java
|
javac GameOfLife.java
|
||||||
javac Main.java
|
javac Main.java
|
||||||
jar cmvf manifest.mf GameOfLife.jar ./*.java ./*.class
|
jar cmvf manifest.mf GameOfLife.jar ./*.java ./*.class
|
||||||
java -jar GameOfLife.java
|
java -jar GameOfLife.java
|
||||||
Step 4 : *Have fun using my Conway's Game of Life Program!!!*
|
Step 4 : *Have fun using my Conway's Game of Life Program!!!*
|
||||||
|
|
||||||
***Note: Requires Java 8***
|
***Note: Requires Java 8***
|
||||||
Reference in New Issue
Block a user