iamterryclark / TwoDGame

A basic OSC 2d Asteroid style game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#OSC Asteroids Style Game (Mac Only) This is a game build with openFrameworks to develop my knowledge of C++.

It currently uses the following C++ concepts:

  • Inheritence
  • Virtual Functions
  • A Singleton
  • SuperCalaFradgaBASIC Autonomous Agent Theory
  • more to follow

To run this game you need to have the following software & ofAddons:

  • TouchOSC This is so that you can load the controller onto a phone. currently only layout is iPhone 5 (Feel free to create your own layouts). The controller is located in the bin/data folder of this project.

  • ofxOsc This already comes with openFrameworks but just make sure this is in the openFrameworks addons folder.

#Setup

  • Once you have loaded the TouchOSC controller onto your phone then make sure you set the 'Host IP address' to the same as your laptop.
  • Open & Run the openFrameworks project
  • Move joypad on the mobile device and allow the incoming connection.
  • Kill the enemies!

About

A basic OSC 2d Asteroid style game


Languages

Language:C 59.4%Language:Objective-C 25.3%Language:C++ 10.2%Language:Makefile 5.0%