A new adventure for future saviors of the digital world: PAC-MISSION!

2 Likes

This definitely feels unfinished, where are the jumpscares?

2 Likes

I agree with @redSprite (I didn’t get any jumpscares) but I like the concept a lot (Like a first-person horror pac man) and this could be a great game!
You’d likely have to make the enemies attack or jumpscare you.
The ghosts should also be able to pathfind through the maze like in the original pac-man game rather than just moving towards the player. You could do this two ways: Either program them like in the original pac man to walk in a straight line, decide which way to turn at each corner to get closer to pac-man, and loop that, or use the Tilemap Path Finding ( a* ) (beta) extension to make the ghosts follow the shortest path to Pac-man.
But I’m excited to see where this goes!

1 Like

Yeah, it’s unfinished, I’m trying to make it look like you got transported into the original 80s arcade pac-man. I’ll try to work on the pathfinding code soon.

2 Likes

okay, I made an update! the pathfinding code isn’t there yet, but I did add a win and lose feature! here is the link: https://makecode.com/_LXJFUiHtH3bz

2 Likes

Make the win condition harder please.

1 Like