Question: IN JAVA A part from pacman game has to be developed, so that a user presses the right arrow key only to move the pacman
IN JAVA
A part from pacman game has to be developed, so that a user presses the right arrow key only to move the pacman to the right direction only until hits the food (circle), the food must disappear if collision happens.
Hint: Graphics functions to help you:
drawArc(int x, int y, int w, int h, int angle1, int angle2);
fillArc(int x, int y, int w, int h, int angle1, int angle2);
drawOval(int x, int y, int w, int h);
fill oval(int x, int y, int w, int h);

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
