ios-samples/BouncingGameCompleteiOS
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
BouncingGame [BouncingGame] update packages 2015-10-06 22:47:30 +03:00
BouncingGame.iOS Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots Accidentally checked in thumbs.db 2014-10-13 11:58:42 -06:00
packages [BouncingGame] update packages 2015-10-06 22:47:30 +03:00
BouncingGame.sln Added bouncing game iOS empty and complete projects. 2014-10-13 11:45:39 -06:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03: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