A web-based guitar fretboard learning game that helps you memorize note positions on the guitar neck.
- Interactive Learning: Click through 8 randomly generated notes per exercise
- Smart Feedback: Visual feedback shows your input and whether it's correct
- Spaced Repetition: The game learns from your mistakes and shows difficult notes more frequently
- Hover Tooltips: Mouse over any note to see the correct answer
- Adaptive Difficulty: Recently missed notes appear more often, but old mistakes fade away
- Mobile Friendly: Works great on phones and tablets
- Look at the blue circled note - This is the current note waiting for your answer
- Type the note name:
A-G
for natural notes (A, B, C, D, E, F, G)a-g
for flat notes (A♭, B♭, C♭, D♭, E♭, F♭, G♭)
- Get instant feedback:
- Green = Correct answer
- Red = Wrong answer
- Game continues automatically - After each answer, the next note is highlighted
- Hover over any note to see the correct answer
- The game learns from your mistakes and shows difficult notes more often
- Complete all 8 notes to get a new random exercise
- Pure HTML, CSS, and JavaScript - no frameworks required
- Static site that can be hosted anywhere
- Uses browser localStorage for spaced repetition tracking
- Responsive design works on desktop and mobile
To run locally:
- Clone this repository
- Open
index.html
in your web browser - Start playing!
No build process or server required - it's a simple static web app.
MIT License - feel free to use this for your own learning or share with others!