Skip to content

alice17/memorygamermi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

memorygamermi

Distributed memory game

For compiling the sources move to the src folder and enter this command from the command line:

$ javac *.java

Before running the compiled files make sure to have started the RMI registry service in the out folder:

On Linux:

$ rmiregistry &

For running the server:

Launch command inside /src directory

$ java -classpath $(PROJECT_DIR) -Djava.rmi.server.codebase=file:$(PROJECT_DIR)/src/ src.Server seconds

example:

$ java -classpath /User/memorygamermi/ -Djava.rmi.server.codebase=file:/User/memorygamermi/src/ src.Server 100

For running the client:

Launch command inside /src directory

$ java -classpath $(PROJECT_DIR)/ src.MainP

About

Distributed memory game written in Java RMI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published