May 5th 2016 Lesson Notes: Difference between revisions
Line 33: | Line 33: | ||
# You will have one job this class. I need to see progress towards completing our move function. See below: | # You will have one job this class. I need to see progress towards completing our move function. See below: | ||
<syntaxhighlight | <syntaxhighlight lang="python"> | ||
def move(piece,destination): | def move(piece,destination): | ||
# is piece valid? | # is piece valid? |
Revision as of 15:40, 3 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
|
||
Standards we are covering today[edit]
|
As a computer scientist, you have[edit]These are the characteristics every computer scientist works towards.
|
|
Credits[edit] |