write an interactive program using only javascript and css where a cat runs and collects food and as long as the cat runs and collects food, the score goes up by 1.  -create the cat and the foods using emojis. the food emojis are fish and milk. add dogs as obstacles. -add a poison food which would be the chocolate bar emoji. when the cat eats the chocolate, the score will decrease by 5 points. -as soon as the cat bumps into a dog or reaches minus score by eating chocolates, stop the game and display GAME OVER NYEAHH. make a play again button appear below the game over so when the user clicks play again they can play again -when the cat eats a chocolate display "チョコはドクだよ!”message appear flickering on the screen for 3 seconds before vanishing -make the movement of the cat smoother and dogs can fall all throughout the gameplay. -add mouses as bonus food so if the cateats a mouse the score goes up by 5 points. one mouse should come randomly every 20 to 30 seconds -make the game over nyeahh and play again appear ON the game screen. the game over font should be big and the play again should be 1/3 of the game over message size -as soon as the cat collides into a dog, make a half transparent white screen appear and over that half transparent screen, display a sad cat emoji over the game over nyeahh message and play again message. everything else except' the game over message, play again message, sad cat emoji and the score high score ' should be under the semi transparent screen. -lets say there is an imaginary speed bar from 1 to 5. the food speed should be 2.5, dogs should come at a 3.5 speed and mice should come at a 5 speed -make the canvas fit all devices -the background will be moving downwards and it should be a green field created with green square emojis and grass emojis. (move the background AS A WHOLE, not seperately so the screen and everything in it is visible clearly). -add a high score so the player can see what the highest score in that game is -make sure the game does not crash in the middle -the cat should come in close contact with the food in order to score and the same goes for crashing into dogs for the game being over -make sure everything is clearly visible -make the program a downloadable html file