/game-of-life

Library for the implementation of Conway's Game of Life with the ability to read/write coordinates from a file using RLE algorithm

Primary LanguageJavaMIT LicenseMIT

game-of-life

v.1.0-dev

Stack

How to use?

Step 1

Clone repository.

git clone https://github.com/egnaf/game-of-life

Step 2

Compile classes.

javac -sourcepath src -classpath lib/stdlib-package.jar -d out src/mamadaliev/App.java

Step 3

Run application.

java -classpath out:lib/stdlib-package.jar mamadaliev.App

License

This software is released under the MIT license.