This repository contains a motion-game application which demonstrates various examples that you might want to imitate in your own game.
Feel free to add your own examples for others to see.
- Color Dots: Tap on the screen to draw a randomly colored dot of a random size.
- Walking Sprite: Tap on the screen to move an animated walking character.
- Clone the repository
- Install dependencies:
bundle install - To run in the iOS simulator:
bundle exec rake ios:simulator - To run in the Android emulator:
bundle exec rake android:emulator
MIT