/RockPaperScissors

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

JavaFX Rock Paper Scissors

This is a simple implementation of the game rock paper scissors built with JavaFX and FXML using an MVVM Pattern.

It is adhering to the following requirements:

The game "Rock paper scissors" is a well known game. Details and rules can be found on wikipedia. There is two players playing against each other - the second player is the computer and acts randomly. The game runs in multiple rounds. A game ends, wenn the first player reaches three points.