Coder Social home page Coder Social logo

jeremyfrancis / spritekitbook-swift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spritekitbook/spritekitbook-swift

0.0 0.0 0.0 125.46 MB

Source code and resources for the book "Epic SpriteKit Tutorial with Swift"

License: Apache License 2.0

Swift 99.20% GLSL 0.80%

spritekitbook-swift's Introduction

Epic SpriteKit Tutorial with Swift 3

Swift 3 Update

This book has been updated to Xcode 8 and Swift 3.0 as of 09/21/2016.

Description

Learn Apple's game engine called SpriteKit together with Swift 3.0. Along the way I'll introduce you to some programming concepts that make your code easier to write, read, re-use and will make your game more robust.

Together we'll build an Endless Runner space themed game where the player must avoid meteors and pick up stars for bonus points. Games are a great way to start your journey as a Software Developer and learn the Apple Developer environment.

All you need is a Mac and a copy of Xcode downloaded for free from the Mac App Store. I have provided the rest. Let's get started.

Keeping the downloaded source code up to date with changes

1 - Choose a location on your Mac to keep the original source code. In this example we'll make a Source folder in your Documents folder.

mkdir ~/Documents/Source

2 - Clone the spritekitbook-swift project from GitHub.

cd ~/Documents/Source && git clone https://github.com/spritekitbook/spritekitbook-swift.git

3 - When you want to sync with the latest version on GitHub.

cd ~/Documents/Source/spritekitbook-swift
git fetch origin
git reset โ€”-hard origin/master

spritekitbook-swift's People

Contributors

jgnmoose avatar spritekitbook avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.