public
Fork of monoclestudios/simplegame
Description: Sprite coloration demo using cocos2d-iphone
Homepage: http://lukehatcher.com/2009/04/coloring-sprites-with-cocos2d-iphone/
Clone URL: git://github.com/lukeman/cocos2d-sprite-color-demo.git
name age message
file .gitignore Sat Mar 21 09:22:33 -0700 2009 Added a standard gitignore for XCode projects t... [lukeman]
directory Chipmunk/ Sun Jan 25 10:54:05 -0800 2009 Initial checkin. This represents the 1.0 releas... [lukeman]
directory Classes/ Sat Mar 21 09:39:16 -0700 2009 SimpleGame now uses the new-style cocos2d-iphon... [lukeman]
file ColorSprite.png Sun Apr 05 18:35:00 -0700 2009 Switched the game scene to show a few colorized... [lukeman]
file GameScene.h Sat Mar 21 09:39:16 -0700 2009 SimpleGame now uses the new-style cocos2d-iphon... [lukeman]
file GameScene.m Sun Apr 05 18:35:00 -0700 2009 Switched the game scene to show a few colorized... [lukeman]
file Info.plist Sun Jan 25 10:54:05 -0800 2009 Initial checkin. This represents the 1.0 releas... [lukeman]
file LICENSE Sat Mar 21 09:17:55 -0700 2009 Added the MIT license covering the Monocle writ... [lukeman]
file LICENSE.TouchJSON Sat Mar 21 09:12:02 -0700 2009 Added license files for cocos2d & dependencies [lukeman]
file LICENSE.chipmunk Sat Mar 21 09:12:02 -0700 2009 Added license files for cocos2d & dependencies [lukeman]
file LICENSE.cocos2d Sat Mar 21 09:14:10 -0700 2009 Moved cocos2d license to accomodate a project l... [lukeman]
file MenuScene.h Sat Mar 21 09:39:16 -0700 2009 SimpleGame now uses the new-style cocos2d-iphon... [lukeman]
file MenuScene.m Sat Mar 21 11:09:55 -0700 2009 Changed one last add: to addChild: to use the n... [lukeman]
file README.md Fri May 01 11:19:36 -0700 2009 Updated README [lukeman]
directory SimpleGame.xcodeproj/ Sun Apr 05 18:35:00 -0700 2009 Switched the game scene to show a few colorized... [lukeman]
file SimpleGame_Prefix.pch Sun Jan 25 10:54:05 -0800 2009 Initial checkin. This represents the 1.0 releas... [lukeman]
directory TouchJSON/ Sun Jan 25 11:05:46 -0800 2009 Updated all support code. Project compiles, but... [lukeman]
directory cocos2d/ Sat Mar 21 09:20:00 -0700 2009 Updated underlying files to cocos2d-iphone 0.7.... [lukeman]
directory cocoslive/ Sat Mar 21 09:20:00 -0700 2009 Updated underlying files to cocos2d-iphone 0.7.... [lukeman]
directory experimental/ Sat Mar 21 09:28:16 -0700 2009 Removed the experimental sound support, as it w... [lukeman]
directory external/ Sat Mar 21 09:20:00 -0700 2009 Updated underlying files to cocos2d-iphone 0.7.... [lukeman]
file fps_images.png Sun Jan 25 10:54:05 -0800 2009 Initial checkin. This represents the 1.0 releas... [lukeman]
file game.png Sun Apr 05 18:33:02 -0700 2009 Changed the background image for this demo. [lukeman]
file main.m Sun Jan 25 10:54:05 -0800 2009 Initial checkin. This represents the 1.0 releas... [lukeman]
file menu.png Sun Jan 25 10:54:05 -0800 2009 Initial checkin. This represents the 1.0 releas... [lukeman]
README.md

Cocos2d-iphone Sprite Coloration Demo

For more information on this project (including screenshots & some pithy narrative) check out the corresponding post at my blog: http://lukehatcher.com/2009/04/coloring-sprites-with-cocos2d-iphone/

License

Copyright (c) 2009 Luke Hatcher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.