This is an implementation of the Highlife cellular automaton.
- Install a version of Kotlin not less than 1.3, and less than 2 from here.
- Clone the repository using one of the following methods.
- SSH:
git clone git@github.com:neelkamath/highlife.git
- HTTPS:
git clone https://github.com/neelkamath/highlife.git
- SSH:
<GRADLE> run -q --console=plain
, where <GRADLE>
is gradle.bat
on Windows, and ./gradlew
on others.
1
and 0
denote alive and dead cells respectively.
- Windows:
gradle.bat test
- Other:
./gradlew test
This project is under the MIT License.