ITP 134 Chapter 8 Peer Review
Programmed by ______Peer Review by ______
#1 Mouse Rollover Score _____ of 20 points
Chapter 8 Peer ReviewPage 1
(10 points) Submission Process
Code printout
Screen capture results
.cpp file on LAN drive (not named template.cpp)
.exe file on LAN drive (not named template.exe)
Minimum of 2 image files submitted
(10 points) Programming Process
Banner comments include program name, programmer name, purpose of program
Program compiles without any errors
Program executes without any errors
Title bar displays “Mouse Rollover”
Title bar also displays programmer name
Program displays 1st image
Move mouse over image, and second image displays
Move mouse away from image, and first image displays again
Chapter 8 Peer ReviewPage 1
#3 Make Your Head Spin Score _____ of 20 points
Chapter 8 Peer ReviewPage 1
(10 points) Submission Process
Code printout
Screen capture results
.cpp file on LAN drive (not named template.cpp)
.exe file on LAN drive (not named template.exe)
Minimum of 4 images of student (or texture atlas)
(10 points) Programming Process
Banner comments include program name, programmer name, purpose of program
Program compiles without any errors
Program executes without any errors
Title bar displays “Make Your Head Spin”
Title bar also displays programmer name
Image of student displays (face)
Image of student displays (left profile)
Image of student displays (back)
Image of student displays (right profile)
Chapter 8 Peer ReviewPage 1
#3 Rock Paper Scissors Score _____ of 20 points
Chapter 8 Peer ReviewPage 1
(10 points) Submission Process
Code printout
Screen capture results
.cpp file on LAN drive (not named template.cpp)
.exe file on LAN drive (not named template.exe)
Minimum of 3 images (rock, paper, scissors)
(10 points) Programming Process
Banner comments include program name, programmer name, purpose of program
Program compiles without any errors
Program executes without any errors
Title bar displays “Rock Paper Scissors”
Title bar also displays programmer name
Rock, Paper, Scissor images display on screen
Player clicks image to make choice
Computer choice displays (rock, paper or scissors)
Win, Lose or Tie Message displays
Record the results to test all the paths
Player / Computer / Result / ExpectedRock / Rock / Tie
Rock / Paper / Lose
Rock / Scissors / Win
Paper / Rock / Win
Paper / Paper / Tie
Paper / Scissors / Lose
Scissors / Rock / Lose
Scissors / Paper / Win
Scissors / Scissors / Tie
Chapter 8 Peer ReviewPage 1
Chapter 8 Peer ReviewPage 1