ios-samples/BouncingGameCompleteiOS
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
BouncingGame Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
BouncingGame.iOS Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots
packages [BouncingGame] update packages 2015-10-06 22:47:30 +03:00
BouncingGame.sln
README.md onboard missing samples 2019-08-01 19:56:58 -07: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.

CocosSharp BouncingGame Project for iOS application screenshot

Author

Victor Chelaru