Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pacman Game

A basic implementation of the classic Pacman game using HTML, CSS, and JavaScript.

Features

  • Arrow key controls for Pacman movement
  • Collision detection with maze walls
  • Score tracking for collecting dots
  • Win condition when all dots are collected

How to Play

  1. Open game.html in a web browser
  2. Use the arrow keys (↑, ↓, ←, →) to move Pacman around the maze
  3. Collect all the dots to win the game
  4. The score increases by 10 points for each dot collected

Implementation Details

  • The game uses a grid-based system for the maze layout
  • Collision detection prevents Pacman from moving through walls
  • The game board is rendered using HTML/CSS grid layout

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages