Port of Climbers

I have just finished “porting” the iOS game climbers originally found here:

to cocos2d-x. I know there is a lot of demo projects but I guessed one more could not hurt (and I was really interested in the vrope implementation :stuck_out_tongue: so that was a bonus for me)… Currently the project only has support for iOS but I will add the rest of the platforms as soon as I can.

Please feel free to check it out and send pull requests if you add any other platform support.

https://github.com/billy1380/climbers

Note: There are a couple of places in the game where native apis are used e.g. to open a url and display an alert box so that code remains commented out.

Good luck

Cool, I had started converting this one in the past also but never finished, it looked like it could be a good game.