Press the up, down, left, and right arrows to make the hedgehog move. When it touches a green dinosaur, your score increases by 10. When it touches a red enemy dinosaur, your score decreases by 1.
Bug 1: I fixed bug one by simply changing the hedgehogs code so it can move to the right. Bug 2: I fixed bug two by simply changing the enemy 1's code by adding the if touching edge bounce code so it can bounce like the other rhinos.