> For the complete documentation index, see [llms.txt](https://docs.scoreholio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scoreholio.com/guides/scoremagic-popdarts.md).

# ScoreMagic - Popdarts

## PopDarts ScoreMagic

### What is ScoreMagic?

ScoreMagic is the advanced scoring system for PopDarts inside [Scoreholio](https://scoreholio.com?utm_source=chatgpt.com) that allows players and organizers to track every dart thrown during a match.

Instead of only entering the final score, ScoreMagic captures detailed throw-by-throw statistics including:

* Which darts stuck
* The exact points scored
* Closest-to-the-marker bonuses
* Trick shots made during the round
* Total sticks, tricks, and gain/loss stats

Scoreholio automatically calculates the net scoring between both opponents so players do not need to manually do the math.

### Want to check out a YouTube video on how to use the scoreboard?

## Click [HERE](https://youtu.be/lKSU2lKfyrg).

### **The Process:**

Scoremagic is ready to transform the scoring process for the sport of Popdarts. Let’s walk through how it works.

{% stepper %}
{% step %}

## Click Start Game:

<figure><img src="/files/CAUaNM1V4cktWz1J8Vu9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Decide if you would like to use Scoremagic or Basic Scoring:

(who wouldn’t want to be part of the Magic?)

![](/files/436f72bd185c725bb44ecc94509bbf0e204ac9b9)
{% endstep %}

{% step %}

## Click any number to bring up the ScoreMagic Scoreboard:

<figure><img src="/files/69fmpvfSO43gpEOS2QeX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Score the round:

Step 1: Who threw (this is important, don’t miss this step)

Step 2: What darts did the stick, 1, 2 3&#x20;

Step 3:  Who was the closest\
\
Step 4: How many points did each side score\
\
Step 5: Any Trick shots

<figure><img src="/files/6DKbR34UNe9mAPfblW8b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Submit the score and the system will do the net scoring for you:

Need to edit something? All you have to do is click on the squares along the bottom to edit the scoring for that round.
{% endstep %}
{% endstepper %}

<figure><img src="/files/qNOPuEjpjsveH0JUOUvB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/1jGoFxfvSsX3NdDF2Rbb" alt=""><figcaption></figcaption></figure>

### **ScoreMagic Stats:**

Who is ready for stat overload? Since we know what you and your opponent threw for that round, you can dive into the stats. We give you three places to find them:

Key for stat abbreviations:

* **SPR -** Scoreholio Player Rating
* **PPR –** Points Per Round
* **DPR –** Differential Per Round (Your Points Per Round –  Opponents Points Per Round)
* **OPPR –** Opponents Points Per Round
* **Stuck –** Number of darts stuck
* **D1 - D2 - D3** – How many times you stuck the first second or third dart
* **Close –** The amount of times you had the closest dart
* **No –** Amount of times you were not the closest dart
* **Off (Yard Sale) –** Amount of times no one stuck a dart for a round
* **OFF –** Amount of bags you threw off the board
* **TRK –** Amount of trick shots you hit
* **TNobber - WiggleNobber -  Lippy - Inch-Worm - Fender Bender - Snipe - Tower**\
  Amount of times you hit one of these trick shots
* **RW -** Number of Rounds you won
* **RL –** Number of Rounds you lost
* **RT –** Number of Rounds you tied
* **Rounds -** Number of rounds played
* **Points -** Total Points Scored&#x20;

## Where to see your stats

### **#1- In Tournament Dashboard**

Within any tournament dashboard you can now see every round that was thrown during the tournament. Click on a player name and see their individual matches.\ <br>

<figure><img src="/files/C5yH8eFytWRLsSOLDqol" alt=""><figcaption></figcaption></figure>

**#2- Your Player Profile**

Go to Player Profile and click on the PROFILE tab on the top middle. Use the toggle switch to go to ScoreMagic Stats

You will need to upgrade to SPR+ to see all your stats. When you upgrade not only will you see your stats, but you will be able to see any other player’s stats as well.\ <br>

<figure><img src="/files/tmRcBBUndrHuNAxa0Hyw" alt=""><figcaption></figcaption></figure>

### **#3- Club Rankings**

On Player Profile in the app, click on Rankings, then Club Rankings. You can see all the players in your club’s Scoremagic Stats from any tournaments ran by your particular club for the past 120 days.

### **Conclusion:**

Change can sometimes have a learning curve. The screens are different but the results over time make the process much easier. Give ScoreMagic a go, your players will adapt to the change and we know they will love to see their stats. It’s MAGIC.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.scoreholio.com/guides/scoremagic-popdarts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
