diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..895be65 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,299 @@ +# ๐Ÿฅ Drum Rhythm Game โ€” Claude Handoff Document + +This file tells Claude exactly what this project is, what has been built, what needs to be built next, and how everything works. Read this entire file before making any changes. + +--- + +## What This Is + +A browser-based drum rhythm game built as a single HTML file. It works like Rock Band โ€” notes scroll down the screen and the player hits the matching drum pad in time. It runs entirely in the browser with no server, no dependencies, no npm. Just open `index.html`. + +The game was originally built to work with a **Wii Rock Band drum kit connected via USB** on Windows, Mac, and Linux. It also works with keyboard keys. + +--- + +## Current File Structure + +Right now everything is in one file: `index.html`. As this project grows, split it as follows: + +``` +drum-rhythm-game/ +โ”œโ”€โ”€ index.html โ† main shell, links all JS/CSS +โ”œโ”€โ”€ css/ +โ”‚ โ””โ”€โ”€ style.css โ† extract all