201312003

97

201532027

94

201661008

94

201681001

97

‘while (3>1) is the same as ‘while (true)’’

201681002

85

‘while(0<1)’ is the same as ‘while (true)’

201681003

NA

no submission

201681004

85

‘while(0<2)’ is the same as ‘while (true)’

201681005

NA

no submission

201681006

84

201681007

NA

talk to me after class if this is your submission - you were almost there

201681008

95

You have an array, but you don’t actually use it at all.

201681009

NA

this file as many easy errors that can be fixed. Talk to me after class if this was your submission

201681011

90

201681012

82

you made a ‘turn’ field in the player object, but never used it.

201681013

85

201681014

50

201681016

0

speak to me after class if this was your submission

201681017

75

201681018

85

‘while(0<2)’ is the same as ‘while (true)’

201681019

97

while(3>1) is the same as while(true)

201681020

100

In this case, you do not actually want to use extends however. If you want to learn more about why this is incorrect, talk to me after class.

could have separated ‘two humans’ and ‘human vs computer’ into individual methods for better organization.