Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1002 Bytes

README.asc

File metadata and controls

29 lines (22 loc) · 1002 Bytes

SuperKoalio

SuperKoalio - A RubyMotion/JoyBox Platform Game

A RubyMotion/Joybox port of Jake Gundersen "How to Make a Platform Game Like Super Mario Brothers" Tutorial:

Differences

  • We are using Box2D rather than implementing a Physics Engine from scratch

  • We are using Ruby via RubyMotion which is infinitely better that Objective-C (flame!)

Acknowledgments