top of page

PROBLEM

CRITICAL REVIEW ON CURRENT ALGORITHM + CURRENT PROBLEM

For implementing Pac-Man game, scratch is used to demonstrate this game. Scratch used tree and lines so, it is not efficient enough to implement big games like Pac-Man.  

 

As following video, it shows that the ghost only following the 

Pac-Man using current algorithm and been looping non stop.

​

Scratch used is not challenging enough to the players to feel the thrill of playing Pac-Man

SOLUTION

WhatsApp Image 2020-07-19 at 15.03.38.jp

Thus, in order to improve the game we use another environment called Processing that runs using Java language. In that environment, we test new differents algorithm such as Depth-First Search (DFS), Breadth-First Search (BFS) and A* Search.

Thus, in order to improve the game we use another environment called Processing that runs using Java language. In that environment, we test new differents algorithm such as Depth-First Search (DFS), Breadth-First Search (BFS) and A* Search.

WhatsApp Image 2020-07-19 at 15.04.17.jp

We just reuse another project and the full source code can be obtain here :

2020  by Pac-Man. Created by 5 students UPM.

bottom of page