2018-10-24 18:56:03 -05:00
2018-10-24 17:12:13 -05:00
2018-10-24 18:56:03 -05:00
2018-10-24 14:08:29 -05:00
2018-10-24 18:56:03 -05:00

GameOfLife

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.

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.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

Description
No description provided
Readme 1.2 MiB
Languages
Java 93.2%
Batchfile 6.8%