Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.21 KB

Space Invasion

Introduction

Space Invasion in an iOS Space game written in Swift and developed using SpriteKit.

Things To Have

Xcode

Libraries/Frameworks used and their documentation

Development Setup

Before you begin, you should already have the Xcode downloaded and set up correctly. You can find a guide on how to do this here: Setting up Xcode

Setting up the iOS Project

  1. Download the space-invasion-game project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.

  2. Navigate to the unzipped folder and run pod install.

  3. Open SpaceInvasion.xcodeproj from the folder.

  4. Build the project (⌘+B) and check for any errors.

  5. Run the app (⌘+R) and test it.

Acknowledgments

  • This project belongs to Verved
  • All rights reserved