thecoffeemeister / ascii-combat

A simple CLI text adventure game, created for learning purposes, feel free to contribute.
MIT License
0 stars 0 forks source link

Transition from dungeon to combat #2

Closed thecoffeemeister closed 3 years ago

thecoffeemeister commented 3 years ago

Transitioning from dungeon to combat causes the terminal to spit out nonsense and segfault. Depending on the terminal. I think it occurs depending on terminal width. Emphasis on I think. If the terminal is wide enough that the bottom line of the transition screen does not go down to a new line, it works. Maybe...