Context
During my second year at INSA Lyon, we had to develop a large java project in a group of 3. As having fun is always (most of the time) the goal, we opt for recoding the original PacMan game.
Well, this is one of my first group projects and in hindsight, I think the result looks great despite a clear lack of good practice. At this time of my curriculum, I only had 2 hours of informatic per week.
The project
The goal of this project was to leverage our little Java knowledge and manage a group of three people. This was my first project where I implemented some graph algorithms such as A*. Find more about the implementation in the documentation.
