Tagged Questions
1
vote
2answers
659 views
Pac-Man representation with Finite State Automaton
Consider a game similar to pac-mac that we want to represent it with an FSA graph. We have a maze (table) and there are berries into it in random positions. The goal is to eat all the berries in the ...