pacmanPoster

Pacman

Individual project

Pacman is one of the first games I’ve played, and I love the game. When I was just getting started in programming, I was really fascinated by how they made the game so simple yet super fun. I wanted to give it a try and developed a web version of the Pacman using HTML, CSS, and JavaScript. I’m not super proud of the code, I was a novice programmer then. I’ve learned some interesting things while I developed this game, in the beginning, I always tried to move the enemies towards the player by calculating the target direction in each frame, but later I found it redundant and moved the checks to junctions. Later on, from the insights that I learned over the internet, I understood that I should give some artificial stupidity to the enemies to make it feel good.

Here is the link for the game : https://hitesh.itch.io/remaking-pacman