Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
j2me code game bird flight
5.0
Mario implements collision detection based on game requirements. There are more details in J2ME than existing libraries. For example, the provided method only returns true or false when collision detection. It doesn't tell you the point of collision, or which side of Sprite collision happened, it's necessary to tell if Mario jumps on his enemy's head or just hits him and the mold. However, we can achieve seemingly complex control algorithm with only an if clause. This operation will give you some ideas about implementing this function.
leanh93
2016-08-23
1
1
No more~