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.
- Host: GitHub
- URL: https://github.com/clarkeben/hangman-game
- Owner: clarkeben
- Created: 2020-04-15T00:06:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T17:59:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T01:35:13.817Z (about 2 months ago)
- Topics: interface-builder, ios-app, ios-game, swift-language, swift5
- Language: Swift
- Homepage:
- Size: 8.05 MB
- Stars: 23
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 🙌 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