Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

SnowMan

Build Status

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.

Requirements

Running the Application

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

Running the Tests

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