/flappy-rockets

A single-player game created using Processing 3 where you have to dodge space asteriod and bring your spaceship to safety. This game using a Tangible controller to control the spaceship.

Primary LanguageProcessing

Flappy Rockets

About

Flappy Rockets is a single-player TUI(Tangible User Interface) based game developed on Processing 3. To gain points, you are required to dodge incoming asteroids and protect your spaceship from getting damaged. The user interaction involves the use of a miniature physical spacecraft to be used as a controller.

Watch the gameplay video here!

image

Usage

Setup for local development

  • Download the entire repository on your system.
  • Inside the folder named FlappyRockets, there's a FlappyRockets.pde file.
  • Open it using Processing 3.
  • Tweak the source code as per your wish.
  • Click the play button to run the code.