Skip to content

andrewhavens/motion-game-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Game Examples

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.

Current Examples:

  • 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.

How to Run:

  1. Clone the repository
  2. Install dependencies: bundle install
  3. To run in the iOS simulator: bundle exec rake ios:simulator
  4. To run in the Android emulator: bundle exec rake android:emulator

Contributors

License

MIT

About

A collection of examples for motion-game apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages