Hey, if you havent ever seen my project WhirlyGigs, check it out. I made that porject into a version built in a language a little like Smalltalk called Ruby! It is currently finished and deployment-ready, and I will probably upload it to GitHub, a public source code version control site. So, be sure to try it out when I release it!
WhirlyGigs has two dependancies: Ruby of course, and something called Gosu. Gosu is an OpenGL 'interface' for Ruby. Here is how to install the two:
STEP 1.
Install Ruby from this website and follow the instructions. If you are on a Mac, you can skip this; Apple includes several languages on their computers like Ruby, Java, Perl, and Python.
STEP 2.
Open up a command line interface and type:
gem install gosu
You are now finished! To run WhirlyGigs, navigate (in the command line) to the folder using the "cd" command. Then type:
ruby WhirlyGigs.rb
Congradulations! You should now have the program running. To stop it at any time, just close the window.
Here are some screenshots:




Google it.
Offline
Awesome!
Offline