andrej-dyck / kata-gameoflife

πŸŽ“ Game of Life TDD-Kata with an infinite board and exchangeable rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life Kata

build

Conway's Game of Life with an infinite board; test-driven designed in Kotlin with a focus on immutability and sequences.

Build

./gradlew build

Only Detekt

./gradlew detekt

Only Tests

./gradlew test

About

πŸŽ“ Game of Life TDD-Kata with an infinite board and exchangeable rules.

License:MIT License


Languages

Language:Kotlin 100.0%