llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Add the sleeping face into the Speak activity #246

Closed llaske closed 5 years ago

llaske commented 5 years ago

In the Sugar version of Speak activity, there is a fun feature: after 2 mn without activity (not speaking), the face says he's sleepy then do a sleepy face. See screenshot below:

screenshot of _speak activity_

It could be nice to implement this feature. The sentence "I'm sleepy" should be localized. The sleepy face should be adapted to the number of eyes and eye form. The source code of the Speak activity is located here: https://github.com/llaske/sugarizer/tree/dev/activities/Speak.activity

llaske commented 5 years ago

Fixed in https://github.com/llaske/sugarizer/pull/248