Skip to content

Conversation

@ryoung18
Copy link

@ryoung18 ryoung18 commented Aug 1, 2017

Please review. Thank you!

@ryoung18
Copy link
Author

ryoung18 commented Aug 2, 2017

Completed required sections of the recursion exercises. Still working on the bonus material. Please review. Thank you

intervalId;
document.addEventListener("keyup", function(e) {
if(gameOn){
if(e.keyCode === expectedKeysMap[expectedKey]){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a bug where my score gets decreased when I press a space bar. It might be related to this code

@@ -1,42 +0,0 @@
<!DOCTYPE html>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this file is getting deleted. Was there something wrong with the git commit?

@@ -1,87 +0,0 @@
body {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, this shouldn't be getting deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants