{"id":26730330,"url":"https://github.com/alna0770/pacman","last_synced_at":"2026-07-12T23:32:00.336Z","repository":{"id":265230473,"uuid":"895530078","full_name":"ALNA0770/PACMAN","owner":"ALNA0770","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-28T11:58:20.000Z","size":3136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T01:21:57.228Z","etag":null,"topics":["algorithm-challenges","game-development","java","pacman-game","solving-problems"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ALNA0770.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T11:34:38.000Z","updated_at":"2025-03-10T04:25:57.000Z","dependencies_parsed_at":"2024-11-28T12:40:26.410Z","dependency_job_id":null,"html_url":"https://github.com/ALNA0770/PACMAN","commit_stats":null,"previous_names":["alna0770/pacman"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ALNA0770/PACMAN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALNA0770%2FPACMAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALNA0770%2FPACMAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALNA0770%2FPACMAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALNA0770%2FPACMAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ALNA0770","download_url":"https://codeload.github.com/ALNA0770/PACMAN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALNA0770%2FPACMAN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35405750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm-challenges","game-development","java","pacman-game","solving-problems"],"created_at":"2025-03-27T23:19:47.578Z","updated_at":"2026-07-12T23:32:00.319Z","avatar_url":"https://github.com/ALNA0770.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n\u003cdiv align=\"center\"\u003e  \n  \u003ch1 style=\"font-family: 'Comic Sans MS', sans-serif; color: #FFD700;\"\u003ePAC-MAN Game\u003c/h1\u003e  \n\u003c/div\u003e  \n\n---\n\n### **Introduction**  \nWelcome to the **Pac-Man Game**, a classic arcade experience recreated using **Java** and **Swing**. Navigate the maze, eat all the pellets, and avoid the spooky ghosts to win!  \n\n---\n\n### **✨ Features**  \n\n- 🎮 **Play as Pac-Man**: Control Pac-Man to collect points and avoid dangers.  \n- 👻 **Dynamic Ghosts**: Dodge the colorful ghosts patrolling the maze.  \n- 🏆 **Scoring System**: Earn points for every pellet eaten.  \n- 🕹️ **Simple Controls**: Navigate using arrow keys for an easy-to-learn, fun-to-play experience.  \n- 💀 **Challenge**: Survive as long as you can and beat your high score.  \n\n---\n\n### **🎮 How to Play**  \n\n1. **Controls**:  \n   - ⬆️ **Up Arrow**: Move up.  \n   - ⬇️ **Down Arrow**: Move down.  \n   - ⬅️ **Left Arrow**: Move left.  \n   - ➡️ **Right Arrow**: Move right.  \n\n2. **Objective**:  \n   - 🍒 Collect all food pellets to win.  \n   - 🛑 Avoid ghosts at all costs!  \n\n3. **Game Over**:  \n   - 💔 The game ends when Pac-Man loses all lives.  \n\n---\n\n\u003cdiv align=\"center\"\u003e  \n  \u003cimg src=\"https://img.icons8.com/color/96/ghost.png\" alt=\"Ghost Icon\" /\u003e  \n  \u003ch2 style=\"font-family: 'Comic Sans MS', sans-serif; color: #FF4500;\"\u003eGetting Started\u003c/h2\u003e  \n\u003c/div\u003e  \n\n---\n\n### **🔧 Prerequisites**  \n\n- **Java Development Kit (JDK)**: Version 8 or higher.  \n- **Java IDE**: Any IDE like IntelliJ IDEA, Eclipse, or VS Code.  \n\n---\n\n### **🚀 Installation Guide**  \n\n1. **Clone the Repository**:  \n   ```bash  \n   git clone https://github.com/your-username/pacman-game.git  \n   cd pacman-game  \n   ```  \n\n2. **Assets**:  \n   - Ensure these image files are available:  \n     - `wall.png`  \n     - `blueGhost.png`  \n     - `orangeGhost.png`  \n     - `pinkGhost.png`  \n     - `redGhost.png`  \n     - `pacmanUp.png`  \n     - `pacmanDown.png`  \n     - `pacmanLeft.png`  \n     - `pacmanRight.png`  \n\n3. **Run the Game**:  \n   - Open the project in your IDE.  \n   - Compile and run the `PacMan` class.  \n\n---\n\n\u003cdiv align=\"center\"\u003e  \n  \u003cimg src=\"https://img.icons8.com/color/96/controller.png\" alt=\"Controller Icon\" /\u003e  \n  \u003ch2 style=\"font-family: 'Comic Sans MS', sans-serif; color: #32CD32;\"\u003eGameplay Preview\u003c/h2\u003e  \n\u003c/div\u003e  \n\nAdd screenshots or gameplay GIFs in this section to showcase the game.  \n\n---\n\n### **🛠️ Project Structure**  \n\n```  \npacman-game/  \n│  \n├── src/                      # Source code directory  \n│   ├── PacMan.java           # Main game file  \n│   ├── (Other Java files if necessary)  \n│  \n├── resources/                # Game assets  \n│   ├── wall.png  \n│   ├── blueGhost.png  \n│   ├── orangeGhost.png  \n│   ├── pinkGhost.png  \n│   ├── redGhost.png  \n│   ├── pacmanUp.png  \n│   ├── pacmanDown.png  \n│   ├── pacmanLeft.png  \n│   ├── pacmanRight.png  \n│  \n├── README.md                 # Readme file  \n└── LICENSE                   # License file (optional)  \n```  \n\n---\n\n\u003cdiv align=\"center\"\u003e  \n  \u003cimg src=\"https://img.icons8.com/color/96/idea.png\" alt=\"Lightbulb Icon\" /\u003e  \n  \u003ch2 style=\"font-family: 'Comic Sans MS', sans-serif; color: #1E90FF;\"\u003eFuture Enhancements\u003c/h2\u003e  \n\u003c/div\u003e  \n\n- 🌟 **Smarter Ghost AI**: Implement pathfinding to chase Pac-Man.  \n- 🎯 **Power-Ups**: Add special items for temporary abilities.  \n- 🗺️ **Levels**: Introduce multi-level gameplay with increased difficulty.  \n- 🔊 **Sound Effects**: Add sounds for a more immersive experience.  \n\n---\n\n### **📜 License**  \n\nThis project is licensed under the [MIT License](LICENSE).  \n\n---\n\n### **👨‍💻 Contributors**  \n\n- **Developer**: [Your Name](https://github.com/your-username)  \n\nFeel free to fork, star ⭐, or contribute to this project!  \n\n---\n\n\u003cdiv align=\"center\"\u003e  \n  \u003ch2 style=\"font-family: 'Comic Sans MS', sans-serif; color: #FFD700;\"\u003eThank You for Playing!\u003c/h2\u003e  \n\u003c/div\u003e  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falna0770%2Fpacman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falna0770%2Fpacman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falna0770%2Fpacman/lists"}