Skip to content

elinger/code-katas-scala

Repository files navigation

Code-Katas solved with Scala

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

How to run

To run the project you will need Scala and SBT which is a build tool for scala.

Example

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published