ForFunLabs / ElevenPublicBugsAndAsks

Place where you can raise a bug and search for bugs or suggestions, so it's easier for us to help you :)
13 stars 0 forks source link

[Feature request] Edge, net, ghost serves minigame #438

Open ghost opened 2 years ago

ghost commented 2 years ago

Minigame suggestions:

The scores could be either the most consecutive shots or the best of ten. In the latter case I suggest a fluid count, i.e. there is no game restart and the score simply updates with each shot (so the last ten count).

In the case of edge and ghost serves, lets don't count, and possibly a low toss doesn't count, unless there are two in a row. So it would resemble the game rules.

  1. Edge serves: who can do the most serves where the ball hits the very edge of the table (probably a minimum angle should be set).

  2. Ghost serves: who can serve the most serves where the ball returns back (crossing the net) after bouncing once. It can hit the net on the way back.

  3. Lets: who can serve the most lets.

carrotstien commented 2 years ago

Hi. What do you mean edge/net/ghost serves?

On Mon, Feb 21, 2022 at 2:03 PM mr-yt12 @.***> wrote:

A minigame suggestion:

The scores could be either the most consecutive shots or the best of ten. In the latter case I suggest a fluid count, i.e. there is no game restart and the score simply updates with each shot (so the last ten count).

— Reply to this email directly, view it on GitHub https://github.com/ForFunLabs/ElevenPublicBugsAndAsks/issues/438, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABZJT7P7Z6G3ZZSOGIY72TU4KEBNANCNFSM5O7MF5LA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

ghost commented 2 years ago

The edge serve is a serve that hits the table's edge (which has a 90° angle), and the ball bounces away from the table.

The ghost serve is a serve where the ball comes back to the side of the serving player after bouncing once on the opponent's side.

A net serve is a let, so the ball touches the net, but otherwise the serve is legal.

carrotstien commented 2 years ago

Sure, but what kind of mini game would use these and in what way?

On Mon, Feb 21, 2022 at 3:00 PM mr-yt12 @.***> wrote:

The edge serve is a serve that hits the table's edge (which has a 90° angle), and the ball bounces away from the table.

The ghost serve is a serve where the ball comes back to the side of the serving player after bouncing once on the opponent's side.

A net serve is a let, so the ball touches the net, but otherwise the serve is legal.

— Reply to this email directly, view it on GitHub https://github.com/ForFunLabs/ElevenPublicBugsAndAsks/issues/438#issuecomment-1047190214, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABZJT3HPBRUTTMZUVMAKCTU4KKXTANCNFSM5O7MF5LA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

ghost commented 2 years ago

For example, who can hit the most consecutive edges in a row (lets and possibly single wrong tosses [height / angle] don't affect the score).

Or the most of N. In this case it might be simpler to count the score based on the last <=N attempts, and the game doesn't have to be restarted.

The same with the other two: who can serve the most lets (consecutive or best of N) or the most ghost serves.