Having some issues with making pacman?
Edit: Totally forgot to mention I'm coding in Java I'm having a real hard time making some kind of detection system or some way to make my pacman sprite/character move smoothly through my board in the game. I did not make the board it's a image. I had tried colour detection first which worked the best yet was not smooth at all and pretty choppy. I then tried to manual input coordinates of location not allowed to be entered. This also did not work out so well. I'm currently trying now to have the program use colour detection and check a separate unseen board to see if I'm still on the path.