This repository is a collection of some code-katas solved with Scala. The collection includes:
| Code-Kata |
|---|
| Word chain |
| The Knight's tour |
| Roman numerals |
| Magic forest |
| I before E except after C |
| Conway's game of life |
| ABC blocks |
| Marble maze |
To run the project you will need Scala and SBT which is a build tool for scala.
To run the project word-chain execute the following command:
sbt "project word-chain" "run"
Or:
- First run:
sbt - then list projects:
projects - then select a project, e.g.:
project word-chain - and finally run it by typing:
run