Skip to content

A word guessing game developed using Swift, designed for iPad.

Notifications You must be signed in to change notification settings

lf-bf/Apple-Tree-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Tree - A Swift Programming Hangman Game

This game was developed as part of the 'Develop in Swift Essentials' course. The words to be guessed are all related to Swift programming concepts, such as View, Outlets, and Actions.

Objective: Try to guess the correct word and make as many points as possible while preventing apples from falling off the tree. Each incorrect guess causes an apple to drop.

Table of Contents

Installation

1. Clone the repository: {ignore=true}

 git clone https://github.com/lf-bf/K-Miner

or Clone the repository directly:

Usage


1. Running the game

You can simply hit the play button that the simulator will automatically be launched...

2. Interface:


  • When hitting one word, the game will add +1 point to the total, and when hitting the entire word, +5 points will be added...


** **
  • When missing one word, the game will subtract -1 point to the total, and when all the apples have fallen, -5 points will be subtracted...


Future Features

  • Different Levels
  • Main menu and Pause menu
  • Highscore
  • Different Background (Current one is terrible)

License

This project is licensed under the Apache License 2.0.

About

A word guessing game developed using Swift, designed for iPad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages