• Hi, I’m having trouble setting up a custom scoring system for our variation of bowling.
    It’s played by two team consisting of 3 players. The game is a set of 3 duels.
    Each player who scores more points (pins) than his opponent gets 2 points for his team.
    One point goes to both teams in case of a tie.
    Team with higher total score gets 2 more points.

    Example
    Teams with players and scores:
    Team1: T1-150, T2-150, T3-350, Total 650
    Team2: U1-200, U2-200, U3-200, TOtal 600

    Result should be a tie, because point go to U1, U2, T3 and to Team1 for Total score.

    Is there a way to alocate points to teams by comparing the score of players in coresponding positions? Or do I have to fill the opponent score as a column of each player?

    Thanks a lot

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Roch

    (@rochesterj)

    Hi there!

    Thanks for reaching out!

    The main issue is that you won’t be able to automatically calculate points in your events.

    But you can use your event results like this:
    Duel 1, Duel 2, Duel 3, Total score, Points

    And when adding your events, you’ll add the corresponding results for each field, like this;

    Team1:
    * Duel 1: 150
    * Duel 2: 150
    * Duel 3: 350
    * Total score: 650
    * Points: 4

    Team2:
    * Duel 1: 200
    * Duel 2: 200
    * Duel 3: 200
    * Total score: 600
    * Points: 4

    Then your event outcomes will be set based on points.

    Thanks!

    Kind Regards,
    -Roch

    Thread Starter alesvykouk

    (@alesvykouk)

    Hi again, the suggested solution is really not the best for me. I need to have specific players in each team and keep a record of their scores and matches played.

    I can fill in the points and total score manually if needed, but I was hoping for something a bit more clever and automated.

    The best situation is being able to choose players of each team and then filling in their scores and leaving the rest on equations, but I found out that it doesn’t work that way.

    So should I fill in the points as well and then manually overwrite the Points Total depending on who has the higher total score?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘game as a set of duels’ is closed to new replies.