-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,6 @@ | |
|
||
[Installazione](./others/installation.md) | ||
|
||
[Guida utente](./others/tutorial.md) | ||
|
||
[Link utili](./others/links.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.86 MB
docs/src/img/others/tutorial/initial-positioning/initial-positioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.39 MB
docs/src/img/others/tutorial/initial-positioning/rule-on-initial-positioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.89 MB
...g/others/tutorial/initial-resources-assignment/initial-resources-assignment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.97 MB
...c/img/others/tutorial/initial-resources-assignment/second-settlment-placing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Guida utente | ||
|
||
## Schermata iniziale | ||
|
||
![Schermata iniziale](../img/others/tutorial/home-view.png) | ||
|
||
## Schermata di setup | ||
|
||
![Schermata di setup](../img/others/tutorial/setup-view.png) | ||
|
||
## Schermata di gioco | ||
|
||
### Campo di gioco | ||
|
||
![Campo di gioco](../img/others/tutorial/game-view/game-field.png) | ||
|
||
### Pannello informazioni e mosse | ||
|
||
![Pannello informazioni](../img/others/tutorial/game-view/info-panel.png) | ||
|
||
### Zona carte del giocatore | ||
|
||
![Zona carte del giocatore](../img/others/tutorial/game-view/card-panel.png) | ||
|
||
### Pannello di scambio | ||
|
||
![Pannello di scambio](../img/others/tutorial/game-view/trade-panel.png) | ||
|
||
## Posizionamento iniziale | ||
|
||
Gli utenti posizionano le strutture iniziali seguendo le regole del gioco: | ||
|
||
- Si posiziona prima il settlement e poi la strada | ||
- Ordine: `P1 -> P2 -> P3 -> P3 -> P2 -> P1` | ||
|
||
![Posizionamento iniziale](../img/others/tutorial/initial-positioning/initial-positioning.png) | ||
|
||
> **Regola**: per costruire un settlment è necessario che, negli spot adiacenti, non ci siano altre strutture! | ||
![Posizionamento iniziale errore](../img/others/tutorial/initial-positioning/rule-on-initial-positioning.png) | ||
|
||
## Risorse iniziali | ||
|
||
`Player 1` posiziona il suo secondo settlement e la sua seconda strada | ||
|
||
![Risorse iniziali](../img/others/tutorial/initial-resources-assignment/second-settlment-placing.png) | ||
|
||
e riceve le risorse corrispondenti alle tasselle su cui ha costruito. | ||
|
||
![Assegnemnto Risorse iniziali](../img/others/tutorial/initial-resources-assignment/initial-resources-assignment.png) |