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
- Host: GitHub
- URL: https://github.com/codelytv/scala-cellular_automata-kata
- Owner: CodelyTV
- License: mit
- Created: 2016-09-20T07:38:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T07:45:55.000Z (over 9 years ago)
- Last Synced: 2025-02-26T08:42:14.885Z (over 1 year ago)
- Topics: codelytv, functional-programming, kata, sample, sbt, scala, scalatest
- Language: Scala
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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