Open comments for this post
Started styling the game with CSS– I decided to go for a warm, paper-like aesthetic featuring a cream background, serif heading, and monospace labels for stats.
Learned CSS custom properties (variables) for colours/fonts so I didn’t need to repeat hex codes everywhere. I ran into a couple of bugs– all of them were typos (accidental spaces here and there).
I’ll also think of adding a stave in.
Open comments for this post
Today, I got the basic HTML structure done: the header, score/round/note-count display, the status message, piano container, and the answer/submit/clear controls. I spent way too much time debugging tags.
Next, I plan on designing the interface with CSS and wiring up sound with Tone.js.