A pong game, written in Ruby using Gosu. Sound effects were created with Bfxr.
It requires gosu to run. To install gosu:
gem install gosu
Once gosu is installed, just run it with ruby:
ruby game.rb
Control the left paddle with the mouse. The AI is probably better than you.
I've been interested in game development ever since I started programming. I've never shipped a real game. So I listed a bunch of simple games I could create quicly and just got started. This is the first one.
The point is to finish something, ship it and move on.
Code released under the MIT License.