Tagged in

Scala

Manuel's musings
Manuel's musings
Purpose-driven entrepreneurship, networked organizations, decentralized trust, decentralized power, living the good life.
More information
Followers
79
Elsewhere
More, on Medium

Conway’s Game of Life in Scala

I attended a Code Retreat yesterday in Hamburg. As usual we used Conway’s Game of Life to practice our coding skills. I planned to do at least one session using Scala, but my Scala IDE wasn’t working any more, probably due to an incompatible upgrade of some description.


The Bowling Game Kata in Scala

Here is the end result of my implementation of the Bowling Game Kata in Scala. You can see all steps including the tests on CodersDojo.org.

[sourcecode language=”scala” wraplines=”false”]
class BowlingGame {