Rock Paper Scissors Socket Game is a classic multiplayer game implemented using Java sockets. Players can connect to a server and play Rock Paper Scissors against each other in real-time. With its simple yet addictive gameplay, it offers a fun experience for players of all ages.
- Real-Time Multiplayer: Play against friends or random opponents in real-time.
- Simple Interface: Easy-to-use interface for seamless gameplay.
Rock Paper Scissors Socket Game follows the traditional rules of Rock Paper Scissors. Players choose one of three options (Rock, Paper, or Scissors), and the winner is determined based on the choices made. The game supports multiplayer functionality, allowing players to challenge each other and compete for victory.
- Java 17
./gradlew clean build
java -jar build/libs/rock.jar
docker build -t rock .
docker run -p 7815:7815 -d rock
telnet localhost 7815