May 4th 2016 Lesson Notes: Difference between revisions
(Created page with " __NOTOC__ <table cellspacing="10" style="width:100%;"> <tr> <td style="width:50%; margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1...") |
|||
Line 19: | Line 19: | ||
# We will check in with vacation | # We will check in with vacation | ||
# We will take a look at our "guess a number game" | # We will take a look at our "guess a number game" | ||
# | # We will write this in plain English (or rather, [[pseudocode]]) You should create a google document and share it with Mr. MacKenty (bmackenty@aswarsaw.org) | ||
# You will then write a pseudocode program for getting to school in the morning. | |||
## Your code should have one verb from each command statement. | |||
Revision as of 12:16, 4 May 2016
What are we going to learn today?[edit]
What is your homework and when is it due ?[edit]
|
What is the actual plan?[edit]
|
|
Is this graded?[edit]
def move(piece,destination):
# is piece valid?
# is destination valid (basic int 1 to 64)
# is the move valid for that piece?
# would the move place the king in check?
return
Your specific task is to write code that allows a human player to move a virtual chess piece. |
||
Standards we are covering today[edit]
|
As a computer scientist, you have[edit]These are the characteristics every computer scientist works towards.
|
|
Credits[edit] |