Cadiac / sanuli

A finnish version of a popular word guessing game, written in Rust.
https://sanuli.fi
MIT License
64 stars 6 forks source link

Add shareable emojis. #18

Closed Gnito closed 2 years ago

Gnito commented 2 years ago

Lack of emoji support, makes this less shareable/social than wordle. ios 15.3

Cadiac commented 2 years ago

The daily game mode "Päivän sanuli" already supports sharing the result by emojis by clicking the "Kopioi tulos" button

image

This should copy a wordle like emoji string to your clipboard:

Sanuli #40 3/6

🟩⬛⬛⬛🟩
🟩⬛🟩🟩🟩
🟩🟩🟩🟩🟩

I haven't enabled that feature on the unlimited game modes, since I didn't think that sharing emojis of the personal random words you solved made much sense?

Instead, the random unlimited games you solve can be shared with links generated by the "Kopioi linkki" button, like this:

https://sanuli.fi/?peli=S8RUS9Z8S09JUkFLSVNTQUtFVFRVS8RUS9Y_

User can either reveal the game shared by the link or try solving the same word without spoiling the answer before.

Gnito commented 2 years ago

Ah. Probably I just didn’t notice it first time and then it wasn’t there on other test.