Hacker News new | ask | show | jobs
by wukerplank 1900 days ago
Seems like this game engine is built on top of RubyMotion which compiles to byte code - no (slow) Ruby VM. This probably also allows them to bundle the game for many platforms.

For hobbyists Gosu (https://www.libgosu.org/ruby.html) should be good enough, but is not very convenient to bundle and distribute.