Tuesday, April 24, 2012

List of Open Source Cocos2d Projects

Here is my list of cocos2d open source games and programming resources for various purposes in cocos2d development. I hope it will help you to speed up learning and developing your games using this fantastic framework as it helped me making iUridium. I will keep updating this list so stay tuned..

Last Update: 24.04.2012.

Cocos2d itself: LINK

List of open Source game projects on cocos2d-iphone.org: LINK

Fantastic list of cocos2d extensions collected by Stepan Generalov: LINK

Kobold2d – Great wrapper around cocos2d providing some very nice out of the box solutions, made by Steffen Itterheim: LINK

Fantastic list of open source demo projects by @SuperSuRaccoon: LINK

SneakyInput – cocos2d joystick implementation: LINK

ZJoystick – cocos2d joystick implementation: LINK

How to make underwater effect using cocos2d: LINK

CCBlade – Fruit Ninja Blade effect implementation in cocos2d: LINK

Bubsy open source and procedural landscape: LINK

iLabyrinth game source: LINK

Tiny Wings Hills game source: LINK

Card3d – object with 3D chart appearance: LINK

How to preload game resources in loading scene: LINK

CCAlertView extension: LINK

Scale9Grid – extension you may need for your pop-up dialogs: LINK

CCUIViewWrapper – wrapper for manipulating UIViews using cocos2D: LINK

CCMask extension: LINK

Simple platforme game using cocos2d and box2d with collision detection: LINK

Canabalt game source: LINK

Knight Fight game source: LINK

A* pathfinding algorithm: LINK

CocoParticle for helping creating Particles in cocos2d: LINK

Making a particle effect using a specific sequence of images such as a string of letters: LINK

CCBumber (simple splash logo animation) and CCResouceAsyncLoader (easy class to asynchronous load your resources) extensions: LINK

Nice extension for resizing a large image before it get’s into the Texture cache: LINK

PingPang multiplayer game source: LINK

Two very nice extensions (CCProgressBar, CCSpriteHole): LINK

HKTMXTiledMap extension for large animated tile maps: LINK

Very nice iPad colour picker: LINK

Box2D driven cocos2d animation simulating 3D ball rolling: LINK

Level selection scene source sample: LINK

Nice controls (NDControlGauge, NDControlButton, NDControlSlider): LINK

How to make glass breaking effect using cocos2d: LINK

How to make 2D soft shadows using pixel shaders: LINK

Snake – open source game: LINK

Nice code snippet for conversion of TMX polygon objects into box2d shapes for collision detection: LINK

Class for drawing a Verlet Rope using box2d: LINK

Very nice sample of creating flag effect for super hero cape: LINK

Very nice extension (CCControlExtension) providing Cocos2d Button, Slider and Color-picker: LINK

TommyBros game (2 player platformer) source:LINK

How to make deformable terrain effect:LINK

Awesome Progress Indicator HUD implementation:LINK

Nice particle system extension – ParticleSystemQuadMask:LINK

How to make water simulation for side-view games:LINK

Nice royalty-free music library by @MajesticMusic24: LINK

Nice example of flocking effect using cocos2d: LINK

Very Nice cocos2d extension – Modal Alerts: LINK

Nice cocos2d particle extension for supporting both fade in and out – CCParticleSystemQuadExtended: LINK

Appirater – in-app rate/review reminder: LINK

Nice extension for creating transparent spritesheets (RGBA) from two JPG files: LINK

Life saver if you are using GestureRecognizers with cocos2d: LINK

Source code of iPad game Colorous: LINK

Coloring Flood Fill algorithm: LINK

Coloring Flood Fill cocos2d extension: CCSpriteFloodFill – LINK

Custom Slider sample (BBSlider) with tutorial – LINK

FacebookScorer: extension for posting your game scores to Facebook Wall – LINK

CCParallaxScrollNode: extension for repeating background/infinite parallax effect in cocos2d – LINK

iCloudIndicator: extension for showing if game can be resumed via iCloud – LINK

Nice solution for loading sound from memory into cocos2d’s SimpleAudioEngine – LINK

CCAsyncRemoteSprite: nice extension for loading Sprite image from the internet – LINK

How to draw smooth lines using cocos2d – LINK

No comments:

Post a Comment