Skip to content

🧬 Implementation of the Conway's Game of Life cellular automaton

License

Notifications You must be signed in to change notification settings

neelkamath/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is an implementation of the Conway's Game of Life cellular automaton.

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/conways-game-of-life.git
    • HTTPS: git clone https://github.com/neelkamath/conways-game-of-life.git

Usage

  1. cd conways-game-of-life
  2. <GRADLE> run --console=plain -q, 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 Conway's Game of Life cellular automaton

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages