Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 610 Bytes

Week3

1 Player Dice Game

Roll the dice to begin the game. When the dice is rolled the score adds up. Once the score pased 20, you win. However, if you hit 1 then you lose. If player wins or loses the player can start the game again.

Drumkit

When a key is pressed, the associated sound is played. When a key is clicked, the associated is played.

Keycode Generator

A welcome message should be displayed (in any form). The generator should wait for a key to be pressed. Once the key has been pressed, te generator should report the .code, .key & .which values. Appropriate styling should be applied.