Skip to content

Console application written in Swift using Swift Package Manager and Swiftest

Notifications You must be signed in to change notification settings

NicoleCarpenter/SnowMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Console application written in Swift using Swift Package Manager and Swiftest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages