Skip to content

🌱 Implementation of the Seeds cellular automaton

License

Notifications You must be signed in to change notification settings

neelkamath/seeds

Repository files navigation

Seeds

This is an implementation of the Seeds cellular automaton. There is also a specification.

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/seeds.git
    • HTTPS: git clone https://github.com/neelkamath/seeds.git

Usage

<GRADLE> run -q --console plain, where <GRADLE> is gradle.bat on Windows, and ./gradlew on others

Testing

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

License

This project is under the MIT License.

About

🌱 Implementation of the Seeds cellular automaton

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages