GitXplorerGitXplorer
n

Orbivoid

public
37 stars
12 forks
1 issues

Commits

List of commits on branch master.
Unverified
211242bb734535518a2c662853362927d99a75d6

Create LICENSE

nnevyn committed 11 years ago
Unverified
9bcc5397cdcc614ccfcda99e56a8f234387ceba3

Initial readme

nnevyn committed 11 years ago
Unverified
82b3be4fd6aa5334984c43d8e37a8d9607eeea19

tobi: faster and faster

nnevyn committed 11 years ago
Unverified
3171007811ff09637a2407ccf6ca7c330de133d9

oops

nnevyn committed 11 years ago
Unverified
56971219128ad6efe3692690b25dfbba54dc2336

Tobi's game mode!!

nnevyn committed 11 years ago
Unverified
7b5fc8961c5ceeeb8b2a43806303053dddb0f6f8

Compileable with Xcode 5 GM

nnevyn committed 11 years ago

README

The README file for this repository.

Orbivoid

Joachim Bengtsson joachimb@gmail.com

SpriteKit demo game used in http://www.youtube.com/watch?v=8WBxYzws7vA .

You control an orb with your finger; your goal is to not get hit by other orbs.

Demonstrates the following features:

  • SKAction
  • SKPhysicsBody including collision contact callbacks
  • Nodes, sprites
  • Particle effects

Since the video, I've been working on adding other features to make it into more of a real game.