ios-samples/BouncingGameCompleteiOS
Victor Chelaru 0743c29e32 Fixed fonts using the "non" build action instead of BundleResource. 2015-02-21 10:33:44 -07:00
..
BouncingGame Resolve cherry-pick conflicts for commit 079e8a837e 2015-02-19 20:03:01 +03:00
BouncingGame.iOS Fixed fonts using the "non" build action instead of BundleResource. 2015-02-21 10:33:44 -07:00
Screenshots Accidentally checked in thumbs.db 2014-10-13 11:58:42 -06:00
packages Remove nugget packages 2015-02-19 20:10:45 +03:00
BouncingGame.sln Added bouncing game iOS empty and complete projects. 2014-10-13 11:45:39 -06:00
Metadata.xml Added bouncing game iOS empty and complete projects. 2014-10-13 11:45:39 -06:00
README.md Added bouncing game iOS empty and complete projects. 2014-10-13 11:45:39 -06:00

README.md

CocosSharp BouncingGame Project for iOS

This is a small, complete game using CocosSharp for iOS. It is the result of working through the the entire Introduction to CocosSharp walkthrough.

This single solution contains two projects: one for iOS and one cross-platform portable class library.

The game can be played by touching the screen to move the paddle at the bottom of the screen horizontally. The goal is to keep the ball from falling off-screen. Each bounce awards the player one point.

Author

Victor Chelaru