nus-cs2113-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Unexpected Output in status command #753

Open nus-se-script opened 6 months ago

nus-se-script commented 6 months ago

When inputting the status command, the expected output for current health, "you have ** rounds left before the game ends". Does not seem to match the UG. In particular, there is an additional 32m and 0m.

unexpctd output status.PNG

Classified this as very low as the health seems to be correct and the error seems purely cosmetic


[original: nus-cs2113-AY2324S2/pe-interim#686] [original labels: type.FunctionalityBug severity.VeryLow]

ZMinghuiZ commented 6 months ago

Team's Response

Thank you for the response! This issue is due to I used ANSI escape codes to add color to the text. However, your command line terminal does not support the ANSI escape codes.

Duplicate status (if any):

Duplicate of #603