MONT 105S, Spring 2009
Home | | Course Schedule | | Assignments | | Lecture NotesName | |
People you worked with | |
Part 1: TicTacToe1.py | Points | Score |
Turned in hardcopy, emailed softcopy | 2 pts | |
File Prologue | 1 pt | |
isLegal( ) Function Definition | 3 pts | |
Correct call to isLegal( ) | 1 pt | |
getMove( ) function definition | 3 pts | |
Correct call to getMove( ) | 1 pt | |
Main program includes list to represent board | 1 pt | |
Correct computation of row and column | 1 pt | |
Total for Part 1 | 13 pts |
Part 2: TicTacToe2.py | Points | Score |
get_winner( ) function | 3 pts | |
correct calls to get_winner( ) function | 1 pt | |
while loop continues until game over | 2 pts | |
Program reports winner or draw | 1 pt | |
Total for Part 2 | 7 pts | |
Total for Assignment | 20 pts |