An open API service indexing awesome lists of open source software.

https://github.com/clarkeben/hangman-game

A simple hangman word game using Swift for iOS.
https://github.com/clarkeben/hangman-game

interface-builder ios-app ios-game swift-language swift5

Last synced: about 1 month ago
JSON representation

A simple hangman word game using Swift for iOS.

Awesome Lists containing this project

README

        

# Hangman Game

A simple **Hangman word game** developed for iOS using Swift 5. The app is intuitive and allows users to guess words, each time a word is answered incorrectly points are deducted and the Hangman is drawn on the screen.

The Hangman game uses the MVC design pattern and loads a list of words from the app bundle. The design and sound effects are influenced by arcade classics.

The app is actively upgraded to adopt the latest features of iOS and Swift language.

## 📸 Screenshots
![Hangman Game iOS App](https://user-images.githubusercontent.com/40464267/84443530-b3ec2d80-ac37-11ea-8a1b-197bfb701e46.png)

## 🙌 Why is this Hangman game awesome?
* 🕹 **Retro arcade design**
* 🚀 **Subtle animations**
* 📲 **Clean architecture**

And currently in the works:
* 🤳🏾**Multiplayer**

## 🎨 Creators
* **Developer:** [**Ben Clarke**](https://twitter.com/vikingskullapps)
* **UX/UI Designer:** [**Kim Tang**](https://uk.linkedin.com/in/kimtang17)

## 🏃🏽‍♀️ How to get started
The following guide will help you get started and download the repo:
* [Cloning a repo](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)

## Requirements
* Xcode 9
* iOS 10+
* Swift 4