This is the starter game for Dog and Bone, use this to add code and build a playable game. Final Game should be shared and link turned into Google Classroom.
Dog is controlled by arrow keys on the keyboard (up, down, right, left). Each time a bone is eaten the score is increased. If the bone is a special bone, then the score should be increased by more. Students must add logic that ends the game (either wins or loses). For example, if a certain score is reached the game is won. If the game reaches a certain time limit without reaching the score the game is lost. Either way the game has some defined ending.