Maze is a little game written in Scala using Akka library. The client is written in Python using PyGTK+.
To run the server type:
cd server
sbt runIt will start the server on a port 9999.
To run the client type:
cd client
./MazeClient.pyIt will connect to the localhost server on a port 9999.
w-- upa-- lefts-- downd-- right