pong
A pong game, written in Ruby using Gosu. Sound effects were created with Bfxr.
Running the game
It requires gosu to run. To install gosu:
gem install gosu
Once gosu is installed, just run it with ruby:
ruby game.rb
Gameplay
Control the left paddle with the mouse. The AI is probably better than you.
Why?
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 Code Sucks! What gives?
The point is to finish something, ship it and move on.
What's Next?
LICENSE
Code released under the MIT License.