Please sign in to access this page
This is a Pac-Man game you can play in your browser. Eat all the dots, stay away from the ghosts, and try to win.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added score and lives. You start with 3 now.
Also made ghosts get scared when Pac-Man eats a cherry, and you can eat them for extra points.
I just added four moving ghosts to the Pac-Man game: red, blue, pink, and orange. They now spawn on the map and move randomly through the maze.
I added movement for Pac-Man using the arrow keys and WASD. He now moves around the maze and stops when hitting walls. I also fixed some bugs with the images and directions.
Set up the board, loaded all the images, and created the map layout. Now the maze, food, power pellets, and Pac-Man are displayed correctly. Next, I’ll add movement and controls!
I'm making a Pac-Man game with HTML, CSS, and JavaScript. Just starting with the basic files and setup.