MONT 105S, Spring 2009

Home | | Course Schedule | | Assignments | | Lecture Notes

MONT 105S Homework 15 Cover Page

Name 
People you worked with 

Part 1: TicTacToe1.pyPointsScore
Turned in hardcopy, emailed softcopy2 pts 
File Prologue1 pt 
isLegal( ) Function Definition3 pts 
Correct call to isLegal( )1 pt 
getMove( ) function definition3 pts 
Correct call to getMove( )1 pt 
Main program includes list to represent board1 pt 
Correct computation of row and column1 pt 
Total for Part 113 pts 

Part 2: TicTacToe2.pyPointsScore
get_winner( ) function3 pts 
correct calls to get_winner( ) function1 pt 
while loop continues until game over2 pts 
Program reports winner or draw1 pt 
Total for Part 27 pts 
Total for Assignment20 pts