GuillemBarroso / CLing

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

Add blinking rectangle in CL input #17

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

Use a blinking white rectangle to indicate the position of the next letter to be inputted by the user in the CL.

GuillemBarroso commented 1 year ago

The issue here is that I do not really know how to move the position of the location where the next character will be placed...

This should be resolved before adding the blinking rectangle. Otherwise, it'll always be at the end of the user input.

GuillemBarroso commented 1 year ago

Closed in #46