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 22, 2021
1 parent b57b1ee commit 47c98ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This is a simulation of the classic game of "La Brisca" in command line interfac

- For being able to play it and to understand how the game works🤔, it's aim and more information I recomend you to check https://en.wikipedia.org/wiki/Brisca and also to search on the Internet.

- If you know catalan, keep calm, you can play in catalan😃! When the game starts it asks in which language you want to play (Catalan or English).
- If you know Catalan you can play in Catalan😃! When the game starts it asks in which language you want to play.

# 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!
- ❗⚠️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 <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`.

Expand All @@ -18,10 +18,10 @@ This is a simulation of the classic game of "La Brisca" in command line interfac
- When the game starts you'll be asked about 2 things. The gamemode and the bot's AI.

Gamemode:
> If u choose the default gamemode, you won't be able to see the cards of the bot. It's called default because in real life default's game mode you can't see oponents cards.
> If u choose the default gamemode, you won't be able to see the cards of the bot. Default mode acts like real life default's game mode, where you can't see oponents cards.
> Otherwise, if u choose the "hacker" mode you'll be able to see bot's in-hand cards and other information👀.
Bot's AI:

> If you enable it bot will be able to throw the cards "thinking" properly🧠. Otherwise will throw a random card🤖🤪.
> If you enable it, the bot will be able to throw the cards "thinking" properly🧠. Otherwise it will throw a random card🤖🤪.

0 comments on commit 47c98ff

Please sign in to comment.