Updated Fancade Web.md (markdown)
commited
commit
0a83d9c697ee06980001c8e7a7141c09ecb6f2c5
... | ... | @@ -1,24 +1,20 @@ |
1 | # Fancade Web App |
|
1 | Fancade is also available as a web app! Go to [[play.fancade.com|https://play.fancade.com]] to play Fancade in a browser! |
|
2 | 2 | |
3 | Fancade is also available as a web app! |
|
4 | ||
5 | ## Starting the Web App |
|
6 | ||
7 | The web app is available at <https://play.fancade.com> |
|
3 | [[_TOC_]] |
|
8 | 4 | |
9 | 5 | ## Linking to Games |
10 | 6 | |
11 | 7 | A link to a published game can be generated in the web app (and also in the regular app after version 1.7 is released) by clicking the 'Share' button for that game. |
12 | 8 | |
13 | Links to games have the following format: <https://play.fancade.com/5F084A0BCE06B710>
|
|
9 | Links to games have the following format: [[https://play.fancade.com/5F084A0BCE06B710]]
|
|
14 | 10 | where '5F084A0BCE06B710' is the game's unique identifier. |
15 | 11 | |
16 | 12 | The web app will load the linked game and directly start the first level. |
17 | 13 | |
18 | 14 | ## Setting Start Level of Linked Games |
19 | 15 | |
20 | The starting level of a linked game can be set by appending the level index to the end like this: <https://play.fancade.com/5F084A0BCE06B710/8>
|
|
21 | The '/8' part (after the game's unique identifier) sets the start level to 8, in this case. |
|
16 | The starting level of a linked game can be set by appending the level index to the end like this: [[https://play.fancade.com/5F084A0BCE06B710/8]]
|
|
17 | The `/8` part (after the game's unique identifier) sets the start level to 8, in this case. |
|
22 | 18 | |
23 | 19 | ## Additional Controls |
24 | 20 |