A simple Pong clone written in ruby using gosu gem.

In order to run the game you need ruby installed on your system. Then follow these steps:
$ git clone https://github.com/beard33/Ruby_Pong
$ cd Ruby_pong
$ gem install gosu
$ ruby pong.rb
| Commands | Effect |
|---|---|
spacebar |
Start the game |
W / S |
Move player1 (left side) up / down |
Up / Down |
Move player2 (right side) up / down |