Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -32,15 +32,17 @@ started.
|
|||||||

|

|
||||||
### *These are not all the possible patterns but a few ones that are used alot*
|
### *These are not all the possible patterns but a few ones that are used alot*
|
||||||
|
|
||||||
## To Run
|
## To Run
|
||||||
Step 1 : Download Repository
|
### QuickStart
|
||||||
Step 2 : Open Command Prompt and navigate to the folder you downloaded
|
1. Download Repository
|
||||||
Step 3 : Enter the following commands:
|
2. Open Repository folder
|
||||||
|
3. Run the first-start.bat file *(This step only necessary once. Afterwards just run the
|
||||||
|
jar that is created in the directory)*
|
||||||
|
|
||||||
|
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.jar
|
> java -jar GameOfLife.jar
|
||||||
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***
|
|
||||||
Reference in New Issue
Block a user