Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.23 KB

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

🙌 Why is this Hangman game awesome?

  • 🕹 Retro arcade design
  • 🚀 Subtle animations
  • 📲 Clean architecture

And currently in the works:

  • 🤳🏾Multiplayer

🎨 Creators

🏃🏽‍♀️ How to get started

The following guide will help you get started and download the repo:

Requirements

  • Xcode 9
  • iOS 10+
  • Swift 4