An open API service indexing awesome lists of open source software.

https://github.com/codelytv/scala-cellular_automata-kata

Cellular Automata Kata writen in Scala
https://github.com/codelytv/scala-cellular_automata-kata

codelytv functional-programming kata sample sbt scala scalatest

Last synced: 8 days ago
JSON representation

Cellular Automata Kata writen in Scala

Awesome Lists containing this project

README

          

# Cellular Automata Kata in Scala

[![Software License][ico-license]][link-license]
[![Build Status][ico-travis]][link-travis]

## Introduction

Solution proposed to the [Cellular Automata Kata](https://gist.github.com/trikitrok/5bd1144be2db639993fdacbcc777a333).

## Kata bootstrap used

We've used the CodelyTV's [Scala Bootstrap repository](https://github.com/CodelyTV/scala_bootstrap) in order to get started quickly with our solution :)

## About

This solution has been developed by [Artur Soler](https://twitter.com/artursoler) and [CodelyTV][link-author].

[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/CodelyTV/scala_bootstrap/master.svg?style=flat-square

[link-license]: LICENSE
[link-travis]: https://travis-ci.org/CodelyTV/cellular_automata_kata_scala
[link-author]: https://github.com/CodelyTV