ChongXern / pe

0 stars 0 forks source link

help command: Does not consider different cases for command inputting #1

Open ChongXern opened 6 months ago

ChongXern commented 6 months ago

Steps to reproduce: HELP Expected:

Here are the commands available
------------------------------------------------------------
    head - Choose 'head' in a coin toss to decide who starts the game.
    tail - Choose 'tail' in the same coin toss.
    bye - Exit the game.
    help - Display this help message again.
------------------------------------------------------------
Welcome to a new match!
You need to guess a coin toss to decide who shoots the penalty first.
If you guess it correctly, you can shoot first!

Actual: Screenshot 2024-04-19 at 4.19.22 PM.png

While this is handled well and satisfactorily, a simple equals ignore case can be used in the code. However, this is very minor and does not affect the overall application.

soc-pe-bot commented 6 months ago

Your response not required for this bug as the team has accepted the bug as it is.