Rock, Paper, Scissors, Lizard, Spock

rpsls-1
rpsls-2
rpsls-3

Project information

This program is a Java application that implements the game Rock, Paper, Scissors, Lizard, Spock using JavaFX for the user interface. It allows the player to select their move by clicking buttons corresponding to each option (rock, paper, scissors, lizard, or Spock). After the player makes their choice, the computer randomly selects its move, and the program determines the winner based on the game's rules. The outcome of each round is displayed on the screen, along with the current scores of the player and the computer.

Designed by BootstrapMade