GuillemBarroso / CLing

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

Fix output when wrong command #21

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

The current implementation prints:

The command 'xxxx' is not a valid command.

However, it does not store it in the CL history. Instead, it is printed as user input, which can be modified or introduced again. This leads to this kind of behaviour:

image