motion-game

motion-game is a cross-platform mobile game engine for RubyMotion. It lets you write mobile games in Ruby for iOS and Android.

motion-game is currently in beta. Please give it a try and report problems you find to us.

Features

Getting Started

Hello World

$ motion create --template=motion-game HelloWorld
$ cd HelloWorld
$ rake ios:simulator
$ rake ios:device
$ rake android:emulator
$ rake android:device

Samples

Check out the HipByte/RubyMotionSamples/game GitHub repository for samples.

About

motion-game is developed by HipByte, the company that makes RubyMotion. It is currently available free of charge.