Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.4 KB

PACMAN in Assembly

Welcome to PACMAN Game in Assembly Language, a classic arcade game implemented in x86 assembly language. This game features three levels with different layouts, portals, and challenges inspired by the original Pac-Man.

Features

  • Three challenging levels with increasing difficulty.
  • Classic Pac-Man gameplay mechanics.
  • Unique maze layouts and obstacles.
  • Portals for teleportation across the maze.
  • Score tracking and high score display.
  • Colorful graphics and retro arcade feel.

Prerequisites

DOS emulator or environment for running assembly programs.

Gameplay

  • Use the arrow keys to navigate Pac-Man through the maze.
  • Collect dots and avoid ghosts to advance through the levels.
  • Use portals strategically to move across the maze quickly.
  • Reach high scores by clearing levels efficiently and collecting bonuses.

Controls

  • Arrow Keys: Move Pac-Man (Up, Down, Left, Right)
  • Spacebar: Pause/Resume

Contributing

I welcome contributions from the community to enhance the functionality and design of our online store frontend. If you'd like to contribute, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and ensure the code passes any existing tests.
  • Test your changes locally to ensure they work as expected.
  • Submit a pull request with a clear description of your changes and why they're necessary.