nadia-dev / AsteroidBelt

3D iOS game project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsteroidBelt

This is a simple iOS game of crashing asteroids and defending a spaceship. This project explores the basics of rendering in 3D, as well as user interactions and physics simulation using SceneKit framework.

How to run

  1. Clone the project:
git clone https://github.com/joystate/AsteroidBelt.git
  1. Run the project in Xcode

Project folder structure

Cloned project will have the following folder structure:

  • AsteroidBelt
    • AsteroidBelt //completed project
      • AsteroidBelt
      • AsteroidBelt.xcodeproj
    • AsteroidBelt_starter //completed project with commented out lines to follow the exercise
      • AsteroidBelt
      • AsteroidBelt.xcodeproj

Slides

This project was created as a technical walkthrough session for Women Who Code Connect 2016 conference. The slides can be found here

About

3D iOS game project


Languages

Language:Swift 100.0%