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

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