Skip to content

Happy0/scalascrabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is incomplete, and I'm not particularly proud about how it turned out. It was my first functional language project, and I learned a lot in the process. I am mildly less embarrassed about how my haskell implementation turned out: http://www.github.com/happy0/haskellscrabble

====================================

Scrabble API written in scala. It is functional, immutable, and free of side effects.

INSTALL

Clone scalascrabble

git clone git://github.com/happy0/scalascrabble

Get latest sbt (0.11.3) on http://www.scala-sbt.org/download.html

Start sbt in scalascrabble directory

sbt

In the sbt shell, to compile scalascrabble, run

compile

To run the tests:

test

Inspired by Ornicar's chess API : https://github.com/ornicar/scalachess/

Credits

  • Ornicar: For inspiring me to learn Scala, and allowing me to be his Scala and functional programming apprentice with his code reviews, and for his coding contributions.

About

Scrabble implemented in scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages