Conway's Game of Life My very first implementation of Conway's Game of Life. I used Kotlin and Ktor for the backend and HTML, CSS and JavaScript for the frontend. I tried to follow the principles of Keep It Simple Stupid and Test Driven Development.