Skip to content

Maze game in Scala with client written in Python

License

Notifications You must be signed in to change notification settings

tmaciejewski/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze

Maze is a little game written in Scala using Akka library. The client is written in Python using PyGTK+.

Running the server

To run the server type:

cd server
sbt run

It will start the server on a port 9999.

Running the client

To run the client type:

cd client
./MazeClient.py

It will connect to the localhost server on a port 9999.

Controls

  • w -- up
  • a -- left
  • s -- down
  • d -- right

About

Maze game in Scala with client written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published