GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Animate room text and add sound #45

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

Fix #43 and #20.

Display the rooms' description in an animated manner.

First, each letter is displayed every x frames, where x is a fixed value of 20 +- a random int from -20 to 20.

Also, the sound of a mechanical keyboard has been added during the text animation. At the end, the sound of an enter key has been also implemented.