Skip to content

Conversation

@renataestes
Copy link
Owner

Checkpoint Rubric

This is the rubric that your instructor will use to grade your checkpoints. Please do not edit.

Checkpoint 1

  • All tests passed: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript: 30 points

Checkpoint 2

  • The application works as it should: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript and the DOM API: 30 points

Checkpoint 3

  • Use of React: 25 points
  • Accesses an API: 25 points
  • Proper use of documentation (commenting on code): 25 points
  • The application functions as it should: 25 points

@renataestes
Copy link
Owner Author

Hello,

I did not mean to connect my arrays file to this branch. It is already committed to my class4arrays branch.

Copy link

@reneemeyer reneemeyer left a comment

Choose a reason for hiding this comment

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

Renata, I like your code plan and appreciate you taking out the time to write out all the ways to win. You did great on the array practice.What I would like for you do is apply the methods to the game of tic tac toe in the tic tac toe function. Also, the various win check functions don't seem to be evaluating anything, and they return a board that is vastly different then the starting board. Make sure that you have a good approach & purpose before you write code

Copy link

@reneemeyer reneemeyer left a comment

Choose a reason for hiding this comment

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

Towers of Hanoi- while your logic looks great (LOVE the code plan in the comments), I need you to use the prompt that the program gives us. You're using jQuery, which is unnecessary, you can play the game in node in your terminal node 03week/towersOfHanoi.js. Please move all of your code back to the provided move piece function. Also please have a separate pull request for each of the assignments

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.

3 participants