Implementation Timeline - Lindax28/raindrops GitHub Wiki

Day 1: Set up and install all necessary libraries, APIs, and modules. Learn to use PixiJS to render basic graphics and the Worknik API to generate random words.

Day 2: Build the logic for integrating keyboard interaction to type out words that appear on the screen.

Day 3: Render graphics to display falling raindrops containing a random word on each raindrop.

Day 4: Build logic for allowing a threshold of five missed raindrops and a visible counter. Render graphics for when raindrops are missed and game is over.

Day 5: Create start screen with gameplay instructions and options that the user can set for music and speed.