/TableTopPong

A pong game projected on a table surface (such as a ping-pong table) and is played using physical devices to block the virtual ball.

Primary LanguageRubyApache License 2.0Apache-2.0

TableTopPong

A pong game projected on a table surface (such as a ping-pong table) and is played using physical devices to block the virtual ball.

Development

###Setup

Make sure to install the latest reactivision: reacTIVisiion on SourceForge

Make sure you have bundler installed: gem install bundler

Install all the necessary gems using bundler: bundle install

You should now be able to run the application using the command: ruby app/pong.rb

###Project Structure

  • The lib folder contains all the source code for the Pong application.
  • The spec folder contains all rspec tests.
  • The util folder contains anything that is interesting to keep, but not vital to the application.