Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 738 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 738 Bytes

The Morra Game

Morra is an old Italian hand game that dates back thousands of years to ancient Roman and Greek times. The game is quite simple: it is played by two players. Both players simultaneously show a number of fingers (between 1 and 5) and simultaneously call out a guess of the sum of fingers displayed by both players. If a player’s guess is equal to the actual sum, this player scores a point. If both players guess the actual sum neither of them score a point. The game continues until one player reaches a predetermined score.

Programmed with Java

To run:

  1. Download all files

  2. Open the folder directory on local computer and run this prompt in the command prompt/terminal.

    ./mvnw clean compile exec:java@run