websitedesign

Game Design

• This section will cover how our website looks, as well as giving the website a bit of functionality.

• First we will define the first word the user will have to type.

• The "Update" loop essentially just tells the game what to do every frame (60 times per second)

• We will start ticking down the 15 second timer in the update function, once its at 0, show the results

• In the draw function, we will paint the background navy blue (changeable) as well as putting all the text on the website, such as the timer, the underline, the title, and more.