Four Squares Universal Links
Four Squares supports universal links to share challenges. These links can be embedded in App Clips codes, QR codes, NFC tags, or sent as a link in Messages, an email, etc.
App Clip Codes
App Clip codes require short URLs, making them hard to read and create. The parameters are outlined below.
Common
These parameters are used across all game modes.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
p | UInt64 | Yes | N/A | The seed used to generate the random sequence. Note that large seeds may not fit in App Clip codes. |
p1 | Difficulty (0 for easy, 1 for normal, or 2 for hard) | Yes | N/A | The difficulty of the game. |
p2 | Game Mode (0 for endless, 1 for speedrun, or 2 for time attack) | Yes | N/A | The mode of the game. |
Endless
These parameters are used with the endless game mode.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
p3 | Int | Yes | N/A | The length of the longest sequence correctly replayed. |