/scala-hangman

The Scala Hangman Game

Primary LanguageScalaMIT LicenseMIT

Scala Hangman


The Hangman word-guessing game hits a nice sweet spot when learning a new computer language. Not as trivial as "Hello World" but not overly difficult to implement.

This version of Hangman was written utilizing the Scala language, version 2.12.1.

In this project, SBT or The simple Scala build tool was utilized to compile Hangman. To build Hangman, use this command:

sbt.bat compile

To run Hangman, invoke the following command:

sbt.bat run

The program is text based as shown by:

console view