Boxing game using ODE and JMonkey

A few videos of ob3d. The game is about twice as fast as what you see but the video capture program for some reason slowed it down.



http://www.youtube.com/watch?v=IMyfLuuX-vA

http://www.youtube.com/watch?v=Obz75AuWL5Y

http://www.youtube.com/watch?v=El0CvebMLGo

http://www.youtube.com/watch?v=I5lDwa6eXAA



Edit:

Here I altered a few parameters like gravity and the red bot uses a few more moves. I also got the speed right this time.

http://www.youtube.com/watch?v=8riq2dK7FaU

VERY Cool!!



Any demo of it available for download?

I'm working on a demo but to get the time is the problem. Still so many problems to overcome like real skins and networking  :stuck_out_tongue:

looks great!  8)

looks very cool. it would be nice to see the videos at full speed though.

Cool!



How did you do it? Feet fixed to the ground, and fixed force patterns for the actions?

Jointmotors to move joints (animations) and forces to keep balance.

Sorry I don't know the particularities of jmePhysics/ODE.

Do the joint motors apply forces (or torques) or do they set absolute positions? Are all of the joints elastic?

Moz said:

Sorry I don't know the particularities of jmePhysics/ODE.
Do the joint motors apply forces (or torques) or do they set absolute positions? Are all of the joints elastic?

Jointmotors adds torques or forces i'm not sure.

The joints have a  method called setVelocity(force,velocity) that tells the joint how much speed angular speed it should try to achieve with the maximum
allowed amount of force.

this is very similar to java boxing game in 2d with link on javagaming.org under game showcase. Did you make the 2d game also?

Yep.

I love specially the reaction effects. I assume this will include better models in the future (?)



Keep up the good work.

Looks awesome! How many hours did you spend on this project? :slight_smile:

Darklord said:

Looks awesome! How many hours did you spend on this project? :)

Alot alot alot..I have no count..but it's fun so who cares about hours even if they are unpaid ! :)