Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.25 KB

robot-volleyball

This game is developed by Citrus Engine.Very interesting.Have a try!!

game preview

the game website:

http://www.4399.com/flash/119454_3.htm

the game screenshot:

development environment

develop IDE:

FlashDevelop

game engine:

CitrueEngine

skeleton tool

dragonbones

note

  • I modify the code of CitrueEngine.For example,the box2d node can move follow the movement of the skeleton node.So the physics and action of the robot can be more living.I realize it with the matrix.It's not easy.But finally I get a huge return.Effect is excellent.
  • Code is terrible.Especially the realization of Action.I think I do it too complex.Refactor it without hesitation.