This shows a simple Snake game using RubyMotion
and the gem motion-game
.
Feel free give feedback etc.
- Clone the repository
- Install dependencies:
bundle install
- Running:
- To run in the iOS simulator:
bundle exec rake
- To run on iphone:
bundle exec rake ios:device
- To run in the Android emulator:
bundle exec rake android:emulator
- To run in the iOS simulator:
Have tested using iOS simulator and iphone 4S. Not sure about Android.