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 run
It will start the server on a port 9999
.
To run the client type:
cd client
./MazeClient.py
It will connect to the localhost server on a port 9999
.
w
-- upa
-- lefts
-- downd
-- right