Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmp33 authored Sep 5, 2021
1 parent fe7ca7d commit f162922
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 supports colorized ASCII characters, so you will see the prints colorized and all will be more readable! If you are on Windows I recommend you <a href="https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701" target="_blank">the new Windows Terminal</a>.

- To execute the game <a href="https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot">get Java☕</a> - 16 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`.
- To execute the game <a href="https://adoptium.net/?variant=openjdk16&jvmVariant=hotspot">get Java☕</a> - 16 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 f162922

Please sign in to comment.