May 5th 2016 Lesson Notes: Difference between revisions
Line 18: | Line 18: | ||
# We will check in with vacation | # We will check in with vacation | ||
# We will take another look at our [[chess]] program, reviewing line by line how it works | # We will take another look at our [[chess]] program, reviewing line by line how it works | ||
# We will identify | # We will identify the tasks you need to complete | ||
Latest revision as of 12:47, 5 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] |