Pacman Final Implementation#266
Conversation
- Map is read from a txt file without initializing by code. - No implementation regarding to Pacman movement. Pacman not yet moving
- The basic movement of pacman from a node to another. - Pacman can't change direction between each node movement.
- All implementation of pacman movement: overshot checking, reversing, continue moving if no valid action made
…count and visualize the pellet
- If map txt path file not found then the game won't run
Changes: - Fix sprites and UI to more closely resemble the arcade version - Implement death animation and ghost death freeze - Implement levels and level transition animation
Merge map size fix, Sprite fixes & UI fixes into dev
- Change default map to map 1 - Add 4 new maps - Add special map 4
- Add ghost house door - Fix ghost behavior (cannot return to house once out) - Fix wall UI - Fix pacman walking animation
feat: Add ghost house door
feat: add pellet map
📁 Previous CI results (run #23765868985)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ❌Some framework tests failed. Please check the details below: pacman ❌ |
📁 Previous CI results (run #23767624103)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ❌Some framework tests failed. Please check the details below: pacman ❌ |
📁 Previous CI results (run #23768053355)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ❌The PR changes files that should not be changed:
Please ensure that only allowed files are modified. Any changes in the Framework Tests ❌Some framework tests failed. Please check the details below: pacman ❌ |
📁 Previous CI results (run #23768287487)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ❌The PR changes files that should not be changed:
Please ensure that only allowed files are modified. Any changes in the Framework Tests ✅All framework tests passed. Good work! 🎉 This log was automatically created at 2026-03-30 21:30:45 UTC. |
📁 Previous CI results (run #23772890321)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ✅All framework tests passed. Good work! 🎉 This log was automatically created at 2026-03-30 21:36:21 UTC. |
📁 Previous CI results (run #23774440945)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ❌Some framework tests failed. Please check the details below: pacman ❌ |
📁 Previous CI results (run #23811766701)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ✅All framework tests passed. Good work! 🎉 This log was automatically created at 2026-03-31 00:43:47 UTC. |
📁 Previous CI results (run #23812649654)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ✅All framework tests passed. Good work! 🎉 This log was automatically created at 2026-03-31 18:10:57 UTC. |
|
This pull request is our final implementation of Pacman ALE recreation with a set of gameplay modifications designed to explore how environment changes affect difficulty, strategy, and agent robustness. The implementation is divided into two groups: simple modifications and difficult modifications. Part 1 – Simple Modifications Faster Pac-Man (+20% score) Slower Ghosts (Easy Mode) No Frightened State (Defensive Play) Half Dots (Shorter Episodes) Random Start Position (Robustness) Limited Vision / Fog of War Multi Maze Campaign Cooperative Mode (Multiplayer) |
Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ✅There are no forbidden file changes. Nice 👍 Framework Tests ✅All framework tests passed. Good work! 🎉 This log was automatically created at 2026-03-31 18:33:05 UTC. |
No description provided.