The P-Space
There is an interesting extension to the game, the so called "private space". This is a certain amount of extra memory, that can hold one value per cell only. There is a separated P-Space for each players. You can use this feature to let the sub-processes (tasks) of a Warrior communicate with each other. In a tournament, the result of the last fight is stored in P-Space cell $0. So you can write Warriors, that are able to adapt to their enemy. |