Most simple way to design the map and collision of a PacMan WebApp game? (Vue.js) [closed]

I have a group project for my university in which we have to program a PacMan WebApp game in Vue.js. I'm currently working on the map design and the collision. Since I'm a beginner I am looking for a simple way of building the map, one which works and I can understand. My way would be to implement blocks as a Vue Component and call the component on my map and set these blocks as borders for my PacMan. Current state of development; Blue box is what i meant with blocks: Would it be simpler to design the map as an image and place invisible borders? Or even a completely different approach?

Mar 8, 2025 - 10:02
 0
Most simple way to design the map and collision of a PacMan WebApp game? (Vue.js) [closed]

I have a group project for my university in which we have to program a PacMan WebApp game in Vue.js.

I'm currently working on the map design and the collision. Since I'm a beginner I am looking for a simple way of building the map, one which works and I can understand.

My way would be to implement blocks as a Vue Component and call the component on my map and set these blocks as borders for my PacMan.

Current state of development; Blue box is what i meant with blocks:

Current state of development; Blue box is what i meant with blocks

Would it be simpler to design the map as an image and place invisible borders? Or even a completely different approach?