Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update level-12.mdx to add something about optional prio. #1271

Merged
merged 9 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/level-12.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@ import CluingOnes3 from "./level-12/cluing-ones-3.yml";
- When writing the strategy documentation, it would be distracting to constantly write the word "probably" and to constantly write "this may not apply in all situations" all over the place. For advanced players, this is obvious - Hanabi is complicated enough such that every convention is meant to be broken if the particular situation demands it.
- Thus, players need to read the reference documentation with **a grain of salt**, especially when it says the word "always". Even though this website outlines the "correct" thing to do in a lot of situations, these are not strict rules. Rather, they are intended to show the "default" or "common" case. Memorizing the default cases is really helpful, for intermediate and advanced players alike. But players have to always remember to keep their brain fully engaged on the particular situation.

### Choosing Between Playable Cards

- Typically, players will only have one card to play at a time. In this case, unless there is some really good clue to give, there are no decisions to be made - they just play their one playable card.
- What if a player has two or more playable cards to play? Which card should they play first?
- If one of the cards leads into a teammate's hand, then they should play that one, because that would be good teamwork. Otherwise, they can play any card that they want.
- However, if a player does not play their cards in a certain order, nothing special happens. In other words:
- When **you** have multiple cards to play, try to think about which card would be best using common sense. And then play that one.
- When **other** people have multiple cards to play, try to predict which one they will play. But if they play an unexpected card, do not read into it too much. They are either making a small mistake or they have a plan that is not yet visible to you.
- For level 25 players, you must play cards in a [very specific order](level-25.mdx).

### Cluing 1's in the Early Game

- As outlined in the [level 3 strategy section](level-3.mdx#tempo), Hanabi is about balancing _Efficiency_ and _Tempo_.
Expand Down