This definitely feels unfinished, where are the jumpscares?
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!
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.
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
Make the win condition harder please.