JMaPacman
From Arianne
JMaPacman Navigation: Overview | Manual | Creating Maps
JMaPacman
JMaPacman is a Java-Port of MaPacman, written in Java 1.5 and Java2D. It has different zones, so one can hide from ghosts by moving to another zone. Other features included superdots, powerpills and fruits.
There is a JMaPacman Manual and guide to creating maps for JMaPacman.
JMaPacman is based on the old MaPacman.
MaPacman
MaPacman was our reference game used to test work done in Marauroa. It was the main test platform of Delta2 algorithm. It is coded in Python on both the client and server sides but unfortunately it is now not working because of the major changes made to Marauroa 1.00.
- How To Write Games Using Arianne: mapacman - This long document describes how to write an online game similar to Pacman, from the game design to the game deployment, using Arianne and Python.