GitXplorerGitXplorer
n

Orbivoid

public
37 stars
12 forks
1 issues

Commits

List of commits on branch master.
Unverified
c940afd1579618782a8bd8cfbc7c6b4a89c4a064

Highscores WIP

nnevyn committed 11 years ago
Unverified
8363e2cabf973477b2339de088836c9a9316e0db

lol

nnevyn committed 11 years ago
Unverified
2c216e7c5015b78b0f86e30ca2e9883b87b2902e

Target practice: can't be inside target

nnevyn committed 11 years ago
Unverified
b2dbb98520b103b835800dde7c0c8157d50cd7b4

Enemies start out still and then accelerate

nnevyn committed 11 years ago
Unverified
c8ced53ca458648afb46c324ee8510afe1e9cd77

Target practice game mode

nnevyn committed 11 years ago
Unverified
29322d3565889304df30cdbb2cb4a33b94af4fbe

Another game mode: Proximity

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.