Lumorti / asciiOrbits

An ASCII space game with basic orbital mechanics
MIT License
1 stars 0 forks source link

-ncurses #1

Open clort81 opened 2 years ago

clort81 commented 2 years ago

consider issuing ANSI control codes to terminal directly, instead of going through ncurses.

ncurses was designed as an abstraction layer between incompatible terminal formats. now all terminals accept ANSI control codes.

clort81 commented 2 years ago

I learned from reading through your code. Thank you.