Skip to content

🚀 Implementation of the Highlife cellular automaton

License

Notifications You must be signed in to change notification settings

neelkamath/highlife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlife

This is an implementation of the Highlife cellular automaton.

Demo

Installation

  1. Install a version of Kotlin not less than 1.3, and less than 2 from here.
  2. 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

Usage

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

Testing

  • Windows: gradle.bat test
  • Other: ./gradlew test

License

This project is under the MIT License.

About

🚀 Implementation of the Highlife cellular automaton

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages