ios-samples/BouncingGameEmptyiOS
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 Added bouncing game iOS empty and complete projects. 2014-10-13 11:45:39 -06:00
packages Removed files that should not have been added to the project in the first place because they bloat the size significantly. 2015-02-21 09:29:21 -07:00
BouncingGame.sln Added bouncing game iOS empty and complete projects. 2014-10-13 11:45:39 -06:00
README.md onboard missing samples 2019-08-01 19:56:58 -07:00

README.md

CocosSharp Empty Project for iOS

This project serves as a starting-point for CocosSharp iOS projects. It is the result of working through the Part 1 - Creating iOS CocosSharp Project walkthrough. It is titled BouncingGame as that is the name of the project created by the full Introduction to CocosSharp walkthrough.

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

When executed this project displays only a black screen.

CocosSharp Empty Project for iOS application screenshot

Author

Victor Chelaru