3D Space!!
Sat, Apr 24 2010 10:06
| All, OpenGL 3D
| Permalink
I made this during exam period, I was so tired of studying for final exam =(
SkyBox Failure
Sun, Mar 21 2010 10:23
| All, OpenGL 3D
| Permalink
Yup, big big big fail trying to simulate infinite sky -.-
Some Sample Codes for Cocos2D
Mon, Mar 15 2010 02:25
| Programming, All
| Permalink
http://code.google.com/p/cocos2d-iphone/source/browse/#svn/trunkClick on the website above, and find the "test" folder, I think all of those are sample code for using cocos2d functions. It makes life so much easier.
Update on the app
Sun, Mar 14 2010 11:14
| Permalink
Source code for collision detection is found, implementation for bubble moving to center is done.
NEW NAME FOR OUR FIRST APP! BUBBLE PUBBLE
Fri, Mar 12 2010 11:32
| Programming, All
| Permalink
Bubble Pubble!! yes! new name...at least it is better than bubble spin spin XD ... pubble stand for pop bubble :P And Thanks Winnie for this name.
Cocos2d for iphone
Thu, Mar 11 2010 12:24
| Programming, All
| Permalink
Cocos2d is an open source library for iphone 2D games. Apparently, many successful 2d games on iphone use this library. Some people suggest that we should learn the library while learning how to make iphone games. Besides, there are tons of example games on cocos2d's website. We can learn a lot by reading other people's game!! Here is the website: http://www.cocos2d-iphone.org/ Here is a
Two Circles' Collision Detection!! (Update)
Mon, Mar 8 2010 07:51
| Programming, All
| Permalink
P1Lets make it [x1,y1] and [x2,y2] as the center of the two circles and both circle has radius R. Here is the pseudo code:(assume circle1 is stationary and circle2 is moving toward circle1circle2 movesif the distance between the center of circle 1 and circle 2 is less than 2R ( ||[x1,y1]-[x2,y2]||)circle2 stopsonce circle1 stops, check if the color is same as circle 2 if yes, both circles vanishif
Iphone Game Programming tutorial 1
Sun, Mar 7 2010 11:18
| Programming, All
| Permalink
Check This OUT!!: http://icodeblog.com/2009/01/15/iphone-game-programming-tutorial-part-1/It looks like this is it!! The best example for my first app idea... Lets have fun!!!
First App Idea!!
Sun, Mar 7 2010 12:29
| Programming, All
| Permalink
Name: Bubble spin spin! (or a better name if you prefer)Objective Statement:Random bubble from all direction will strike the center of the screen (pivot point). Once the bubble hit the center or any barrier, the bubble will stop there. 2(or3)bubbles with the same color connected will vanish. User can rotate the world around the pivot point by various types of input.Feature List: (not yet)Usage Scenario