Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmp33 authored Jul 21, 2021
1 parent 436bda5 commit b57b1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a simulation of the classic game of "La Brisca" in command line interfac
# Simple instructions📄
- ❗⚠️IMPORTANT⚠️❗ You should use a terminal that suports colorized ASCII characters, so you will see the prints colorized, and all will be more readable!

- To execute the game make sure you have <a href="https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot">Java</a> (build 14.0.2+12 or newer versions). Then download the game <a href="https://github.com/ericmp33/la-brisca-cli/raw/main/out/artifacts/la_brisca_cli_jar/la-brisca-cli.jar">here</a>. Execute the file via terminal inputting `java -jar la-brisca-cli.jar`, where `.` is the current folder, which contains the `jar`.
- To execute the game <a href="https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot">get Java</a> - build 14.0.2+12 or newer version. Then download the game <a href="https://github.com/ericmp33/la-brisca-cli/raw/main/out/artifacts/la_brisca_cli_jar/la-brisca-cli.jar">here</a>. Execute the file via terminal inputting `java -jar la-brisca-cli.jar`, where `.` is the current folder, which contains the `jar`.

- The game can have multiple players, but in this case I chose the 2-players version. I created a bot, so you can play against it.

Expand Down

0 comments on commit b57b1ee

Please sign in to comment.