Returns the hash code value. @return hash code value integer
()
| 204 | * |
| 205 | */ |
| 206 | public int hashCode(){ |
| 207 | return moves.hashCode(); |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Returns a string that indicates the game name. |
nothing calls this directly
no outgoing calls
no test coverage detected