Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.16 KB

iOS Game Application

iOS 2D Game with SpriteKit framework

Table of contents

General info

The zombie follow your touches around the screen.

Preview

Images

GIF

Build and Runtime Requirements

  • Xcode 9.0 or later
  • Swift 4 or later
  • iOS 11.0 or later
  • SpriteKit framework

How to run

  1. Clone this repo
  2. Open ZombieConga.xcodeproj
  3. Run the project on selected device or simulator

Status

Project is in progress.

Inspiration

To learn to make 2D games. This application is based on the book "2D Apple Games by Tutorials" by Caroline Begbie, Mike Berg, Michael Briscoe, Ali Hafizji, Marin Todorov and Ray Wenderlich.