Skip to content

Conway's game of life implementation from Global Day Of Coderetreat 2020

Notifications You must be signed in to change notification settings

obarcelonap/conways-game-of-life-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of life

Implemented in Global Day Of Coderetreat 2020, hosted by BarcelonaJUG and Dynatrace. https://www.meetup.com/es-ES/BarcelonaJUG/events/274276789/

Credits also to Alejandro Martinez and Anyul Rivas with whom I paired in the retreat having intersting discussions.

Extracted Kotlin bootstrap template from https://github.com/swkBerlin/kata-bootstraps

Run

Running the application outputs a random world by console which is printed every 5 sec.

$ ./gradlew run

Tests

$ ./gradlew test

About

Conway's game of life implementation from Global Day Of Coderetreat 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages