Skip to content

Commit 685e67d

Browse files
authored
adding game idea
1 parent c9ca7f9 commit 685e67d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01 - JavaScript Drum Kit/index-START.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959

6060
<script>
6161

62+
// TODO: This drum kit would make a good start for a Simon Says game.
63+
6264
function playSound(e) {
6365
// if is valid key, select audio file
6466
var audio = document.querySelector('audio[data-key="' + e.keyCode.toString() + '"]');

0 commit comments

Comments
 (0)