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.
###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.