Skip to content

enoyhs/scala-hangman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Scala Hangman Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%