# Tab files

Drop your tab files (PDF, Guitar Pro, PNG, or text) directly into this folder using these filenames
so the app's "Open Tab" links resolve without editing `js/data.js`. If your real files use different
names, just update the `tabFile` path for that song in `js/data.js` instead — the field is a plain
relative path, no extension logic is hardcoded.

Every song below is verified standard E-A-D-G-B-E tuning. "Guitar to follow" tells you whose part
the objectives/tab are built around when a recording has more than one guitarist.

| # | Song | Guitar to follow | Expected filename |
|---|------|-------------------|--------------------|
| 1 | Whitesnake — Is This Love (solo) | John Sykes | `is-this-love-solo.pdf` |
| 2 | AC/DC — Highway to Hell (solo) | Angus Young | `highway-to-hell-solo.pdf` |
| 3 | Metallica — Nothing Else Matters (solo) [BOSS] | Kirk Hammett | `nothing-else-matters-solo.pdf` |
| 4 | Pearl Jam — Alive (solo) | Mike McCready | `alive-solo.pdf` |
| 5 | Pearl Jam — Black (solo) | Mike McCready | `black-solo.pdf` |
| 6 | AC/DC — Thunderstruck (intro) [BOSS] | Angus Young | `thunderstruck-intro.pdf` |
| 7 | Pearl Jam — Even Flow (solo) | Mike McCready (rhythm guitar is Open D — different part) | `even-flow-solo.pdf` |
| 8 | Nirvana — Breed | Kurt Cobain (only guitarist) | `breed.pdf` |
| 9 | Metallica — Master of Puppets (solo section) [BOSS] | Kirk Hammett (2nd/extended solo; Hetfield plays the 1st) | `master-of-puppets-solo.pdf` |
| 10 | Metallica — Enter Sandman (solo) | Kirk Hammett | `enter-sandman-solo.pdf` |
| 11 | AC/DC — Back In Black (solo) | Angus Young | `back-in-black-solo.pdf` |
| 12 | Metallica — Blackened (solo) [FINAL BOSS] | Kirk Hammett | `blackened-solo.pdf` |

If a file is Guitar Pro format (`.gp5`, `.gpx`, etc.), just use that extension in the filename above
and in `data.js` — the app automatically shows an "opens in Guitar Pro" note and makes the link a
download instead of an inline viewer.

## Why these 12 songs specifically

Three songs originally planned for this curriculum turned out to be tuned Eb standard (half-step
down) rather than true standard E, and were swapped out to keep every quest in one consistent
tuning:

- Alice in Chains "Man in the Box" → replaced with Whitesnake "Is This Love"
- Alice in Chains "Would?" → replaced with Pearl Jam "Black"
- Metallica "One" (was the Final Boss) → replaced with Metallica "Blackened"
