Double-Fine-Game-Club / pongball

Pongball is a team based multiplayer game blending pong and pinball.
https://forums.doublefine.com/forum/80-pongball/
MIT License
11 stars 17 forks source link

Obstruct Power Doesn't #104

Closed Cheeseness closed 7 years ago

Cheeseness commented 7 years ago

The obstruct power should prevent a player's paddle from moving.

Rather than blocking via physics (which gets awkward if the paddle is moving at speed), it's probably best to just set velocity to 0 and disable player movement.

ghost commented 7 years ago

Is that the intended use, or is it supposed to block the ball?

Cheeseness commented 7 years ago

It's meant to be an offensive power that freezes a player's paddle. @osse101, you designed them - could you confirm in case I've got my wires crossed?

ghost commented 7 years ago

Either way is fine with me, just wondering.

osse101 commented 7 years ago

The design is to restrict the movement of the opponents paddle. My aim is to stop them from defending half of their area. And that has turned into 'throwing' the cube at their paddle and if it hits then they are frozen.
The obstruct object is solid so it repels balls.

There are still a couple directions it could go.

(its much more broken in net play)

Cheeseness commented 7 years ago

Closed by #133