Page 1 of 1
ventuz collision engine
Posted: 08 Jul 2013, 07:38
by allen hyoga
How can I make a collision engine in Ventuz?By C# script node ? I wanna make a collision game like this(
https://www.cubeslam.com/grwkgj).
Any advice is welcome : )
Regards
AllenH
Re: ventuz collision engine
Posted: 08 Jul 2013, 18:51
by TobiTobsen
Yes, should be possible to do such a game with c# scripting.
Your scipt needs to now the walls in your game and the position of you goals, those parameter do not change.
What does change is the position of your bat, so you need to forward those positions as well.
Output of your script could be the position of the ball and if someone scores etc.
It starts getting tricky if you want to play against the computer and not human vs human

.
Cheers,
Tobi