01219245/cocos2d/Platform1

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
This is part of 01219245.

This guide is very short. It only discuss various techniques in implementing platform games.

Here are a few useful links:

Collision detection: cc.Rect

Previously, we have implemented our own collision detection routine. However, Cocos2d-html5 has provided us with a few nice collision detection tools.

Bounding boxes and world co-ordinates

Intersection

Falling on top

Example code

Cocos-jumper-platform.png