Snowman is a Swift console application. The object of the game is to guess the given word or phrase before the snowman "melts". With each incorrect guess, the snowman will lose one of its snowman features until he is but a puddle.
SnowMan was built using the Apple Platform Swift Development Snapshot from March 1, 2016 for Apple Swift version 2.2.
To compile the application for use, type
swift build
Then run the application.
.build/debug/snowman
To run the tests, make sure that the application has been compiled by running
swift build
To run all tests in the application, run the command
.build/debug/WordListSpecs
.build/debug/ApplicationSpecs