Classic pong game written in Ruby with the awesome ruby2d framework.
Note: the low frame rate here is due to the GIF recording not the game itself.
Make sure you have installed:
brew tap simple2d/tap
brew install simple2d
gem install ruby2d
Then clone the source code to your local:
git clone https://github.com/tiagopog/pong.git
cd pong
ruby pong.rb
Paddle control:
- Left:
- w: up
- s: down
- Right:
- o: up
- k: down