PACS: Faq
This page try to collect a series of questions that keep coming up. And
YES the answers will be on this page as well! So please read this page
first and if you question has not be answered contact us.
Note : for questions that are purely retaled to compilation problems
please look at the corresponding page!! (link)
Questions:
The Game in as such
-
How many players can we have?
-
Can we have several times the same player?
-
Can we have less than 4 players?
-
What happens when players of the same type running into each other? (Like
ghost-ghost)
-
Can my ghost kill one of my players?
-
Can my eater choose not to take an apple?
-
When do ghosts appear?
-
Kill a player suicide? If it would get stuck or so..
-
Can we go around the field like in PACman? (Leave the screen on the right
side and re-enter on the left side a.k.a toroidal)
Programming
-
Do we really need to make one module for each player?
-
Where is the list of the procedures that we can use to make our player?
-
Do we know which player/team plays first?
-
Can a we see a apple when an explorer is standing on it?
-
Is the linked list of visual information also terminated by a NIL?
-
Do we have to terminate our linked list of moves with a NIL?
-
Can we choose not to return moves?
-
Can we return more moves than specified in the rules, 200 for example?
-
Where can I find all the information required to understand the information
we get from the game engine?
-
I think the game engine is crashing, not my program. How can I see check
this?
-
Is the information (status of the players and such) updated while I am
executing my behaviour?