About
Its a simple projectile motion example. In the Game.rb you can find two ways to move the projectile. First one is using the given equation the second one is with the physics 101 projectile movement equations.
Using: Ruby 2.2.0 & Gosu 0.8.7.2
To run:
- clone project,
- Install gems
- $ ruby game.rb
OR
MAC executable file can be downloaded from my dropbox
https://www.dropbox.com/s/iixlrfw9lszsujm/game.zip?dl=0 (13mb)