diff --git a/README.md b/README.md index 002e043..2501b01 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ My Conway's Game of Life project 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). \ No newline at end of file diff --git a/jar/GameOfLife.jar b/jar/GameOfLife.jar new file mode 100644 index 0000000..bafe333 Binary files /dev/null and b/jar/GameOfLife.jar differ