Skip to content

philipphoffmann/Wonderland-Scala-Katas

 
 

Repository files navigation

wonderland-scala-katas

This is a Scala port of wonderland-clojure-katas.

Alice and the tiny door

“Curiouser and curiouser!” -- ― Lewis Carroll, Alice in Wonderland

Build Status

How to Do the Katas

First, clone or fork this repo. Each of the katas are in their own directory and are self contained Scala sbt proects. You can run sbt <folder name> to show the failing tests, then complete the code to make the tests pass. Each project has the instructions in its own README.md file.

For example, to get started on the alphabet-cipher kata first.

  1. Clone or Fork this repo
  2. run sbt AlphabetCipher
  3. Check out the alphabet cipher instructions in AlphabetCipher/README.md.
  4. Add the code in the source files to make the tests pass.

License

Copyright © 2015 Byron Samaripa

Copyright © 2014 Carin Meier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Scala port of gigasquid/wonderland-clojure-katas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%