Skip to content

nayeemzen/mazewar-p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Multiplayer Mazewar using fully decentralized P2P

To compile:

javac *.java

To run the naming server:

java NamingServer <port>

To run a client:

java Mazewar <NamingServerHost> <NamingServerPort> <clientPort>

Notes:

- Client port is the port number the client will be using to accept connections.

About

Multiplayer Mazewar using fully decentralized p2p

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages