Skip to content

Releases: ZigZigPow/pacman-builder

0.0.1 - First release with a Windows executable.

23 Feb 22:11
Compare
Choose a tag to compare

Features

  • 🎮 Simple Controls: Use arrow keys for movement and the space bar to use Pac-Man's tongue.
  • 🌽 Customizable Maze: Modify the game's maze by editing a simple text file.
  • 👻 Dynamic Ghost AI: A ghost randomly navigates the maze, adding unpredictability to each game.
  • 😀 Dot Collection: Collect dots while avoiding the ghost.
  • 🎵 Custom Sounds and Graphics: Includes themed sounds and colorful graphics for an immersive experience.

Installation

Just unzip pacman_game.zip and run pacman_game\packman.exe

If first time when you run the game, you see something like this:
image
Click
image
and then click
image

Customizing the Maze

To create your own unique maze for the Pac-Man game, follow these steps:

  1. Edit the Maze: Open pacman_game\_internal\mazes\maze.txt with any text editor. The maze is represented by characters:

    • (space) for paths where the Pac-Man and the Ghost can move.
    • @ for initial pacman location.
    • U for initial ghost locations.
    • Any other character for wall blocks.
  2. Design Your Maze: Modify the arrangement of characters to shape your new maze. Be creative! Ensure there are no enclosed areas where Pac-Man or ghosts can get trapped.

  3. Save Your Changes: After editing, save the maze.txt file.

  4. Test Your Maze: Run the game to see your new maze in action. Make adjustments as needed to perfect your design.

Enjoy designing your own mazes for Pac-Man to navigate! 🎮👻