Xamarin recently ran a "Give us the Gist of it!" contest, encouraging developers to share snippets of code they found useful in day to day Xamarin work. From the valid entries, five were randomly chosen as winners, and yours truly happened to be one …
cocossharp
CocosSharp
Creating a basic game in CocosSharp (Part 3)
In the previous post, we looked at what was involved in getting the shock surprise intro scene for Meetup Pop up and running. In the process, we saw a bunch of the CocosSharp classes in use, including sprites, nodes, actions and transitions. In this …
CocosSharp
Creating a basic game in CocosSharp (Part 2)
In the previous post, we introduced the CocosSharp framework and showed how you to launch it from an application. In this post, we'll introduce Meetup Pop - the sample I made for the Queensland C# Mobile Developers meetup group - then run through th…
CocosSharp
Creating a basic game in CocosSharp (Part 1)
At the end of last year I gave a talk on the Xamarin CocosSharp framework at the Queensland C# Mobile Developers meetup group. The aim was to give an overview of the framework and what it can do, and to provide a quick walkthrough of the code for a v…