Good morning,
I'm trying to code the Game pacman in Java and I decided to have two windows; one with the maze and one with the buttons to move the pacman. Unfortunately for me, my pacman is not moving so I decided to do a SYSTEM.OUT.PRINTLN inorder to understand why and I observed that I always get back zero. My questions goes thus,
- Why am I always having zero.
2)How can I do to fix this.
I'm open to all possible solutions and advice
Thanks in advance