Skip to content

Starting code for the Game of Life Refactoring Kata in many programming languages. -- Additions/Port

Notifications You must be signed in to change notification settings

codecop/GameOfLife-Refactoring-Kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

For a space that is populated

  • Each cell with one or no neighbors dies, as if by solitude.
  • Each cell with four or more neighbors dies, as if by overpopulation.
  • Each cell with two or three neighbors survives. For a space that is empty or unpopulated
  • Each cell with three neighbors becomes populated. Try it on
  • https://playgameoflife.com/

Alt text

About

Starting code for the Game of Life Refactoring Kata in many programming languages. -- Additions/Port

Topics

Resources

Stars

Watchers

Forks

Languages

  • Scheme 18.2%
  • Java 14.2%
  • C# 10.6%
  • TypeScript 9.4%
  • Erlang 9.3%
  • Scala 8.7%
  • Other 29.6%