Build a Java game based on Rock Paper Scissors Lizard Spock, an extension of the classic game Rock Paper Scissors. The application is to be based on a client and server architecture where a minimum of 3 clients should be able to connect to the server. The rules of the game are as follows Scissors cuts paper. Paper covers rock. Rock crushes lizard. Lizard poisons Spock. Spock smashes scissors. Scissors decapitates lizard. Lizard eats paper. Paper disproves Spock. Spock vaporizes rock. Rock crushes scissors.
Build a Java game based on Rock Paper Scissors Lizard Spock, an extension
of the classic game Rock Paper Scissors. The application is to be based on a client and
server architecture where a minimum of 3 clients should be able to connect to the server. The
rules of the game are as follows
Scissors cuts paper.
Paper covers rock.
Rock crushes lizard.
Lizard poisons Spock.
Spock smashes scissors.
Scissors decapitates lizard.
Lizard eats paper.
Paper disproves Spock.
Spock vaporizes rock.
Rock crushes scissors.
Minimum Requirements:
- Make a desktop application using the Java
- Either Java RMI or socket programming should be utilized
- Multiple clients should be able to use the application simultaneously
- GUI and Audio is expected for a pleasant UX
create using ANDRIODSTUDIO PLEASE
Step by step
Solved in 3 steps