Problem 1314. PACMAT 08 - Awesome Tunneling Ghosts, 2X Speed, 6 Lives, Game Download
The Classic PACMAN game brought to Cody.
PACMAT requires clearing all the Yellow Dots. PACMAT moves at 2X Ghost speed. Six lives are available. Adjacent Ghosts will capture PACMAT. Awesome Ghosts use the tunnel. On Ghost capture everyone gets reset. These trained ghosts take the minimum path, including tunnel paths, to PACMAT assuming the other Ghosts are walls.
To aid in development of your routine, a PACMAT_Interactive.m file that creates a solver script and video has been posted at PACMAT_Interactive_008a.m. (Right click, 'save link as'). The routine creates a PACMAT8_2Xsolver.m script from the interactive play. The script demonstrates Interactivity, figure/KeyPressFcn, listdlg, and VideoWriter.
492 Moves Interactive (MP4) Best Score seen is Zero Lives lost, 492 moves.
Inputs: Map Definitions: -1=Wall, 0=Empty, 1=Dot, 2=PACMAT, >2=Ghost
Output: Direction Definitions: 1-Up, 2-Right, 3-Down, 4-Left, 0-No move
Pass Criteria: Clear all dots in less than 4000 moves
Scoring: Moves + 1000 * Lives
Near Future: Randomized Awesome Tunnel Ghosts to make them non-deterministic to require Adaptive Bot solutions
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers1
Suggested Problems
-
Sum all integers from 1 to 2^n
15307 Solvers
-
Arrange Vector in descending order
11272 Solvers
-
Find the "ordinary" or Euclidean distance between A and Z
161 Solvers
-
Set the array elements whose value is 13 to 0
1369 Solvers
-
Multiples of a Number in a Given Range
615 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!