codeday-hom / hit-or-miss

Hit or Miss game - online version
0 stars 1 forks source link

Player word lists are written and used from within the game #7

Open robmoore-i opened 1 year ago

robmoore-i commented 1 year ago

Players in the game will want to be able to write down their list of words from within the game. During the countdown, after a category has been chosen and shown to all users, a text entry should appear in which users can write down a list of their words.

This text entry should automatically format itself as a bullet-point list, with new bullet points appearing at line breaks. Lines that are too long should be hard-wrapped.

On a player's turn, when the countdown has completed and they have rolled, the dice, they should be able to select a word to share by clicking on one of the bullet points they have written down.

Review

<< Link to PR or commits in GitHub >>

Tests

<< Name of test classes / files containing test code >>