Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 758 Bytes

readme.md

File metadata and controls

18 lines (10 loc) · 758 Bytes

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