Skip to content

subdigital/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong

A pong game, written in Ruby using Gosu. Sound effects were created with Bfxr.

demo

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?

Tic-tac-toe

LICENSE

Code released under the MIT License.

About

A pong game, written in Ruby using Gosu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages