/Swift-Hangman

A simple hangman game originally created with Swift 2

Primary LanguageSwift

Swift-Hangman

Overview

Swift-Hangman is a simple yet engaging hangman game, originally created using Swift 2 and later migrated to Swift 5. This project offers a classic hangman game experience on iOS devices, showcasing basic Swift programming techniques.

Features

  • Classic Hangman Gameplay: Enjoy the traditional hangman game with a simple and user-friendly interface.
  • Swift 5 Compatibility: The project has been updated to Swift 5, ensuring compatibility with the latest iOS versions.

Getting Started

Clone the Swift-Hangman repository to your local machine to start playing or modifying the game.

bash git clone https://github.com/justinyhchoi/Swift-Hangman.git

Requirements iOS device or simulator Xcode (latest version recommended for Swift 5 compatibility) Installation Open the project in Xcode by navigating to the cloned directory and opening the .xcodeproj file. You can then run the project on an iOS simulator or a physical device.

Gameplay The game follows the classic hangman rules where players guess letters to form a word. Incorrect guesses contribute to the completion of the hangman drawing, adding an element of suspense.

Contributing Contributions to the Swift-Hangman project are welcome. Feel free to fork the repository, make your changes, and submit a pull request.

License This project is open-sourced under the MIT License.