I want to expand my knowledge as a beginner programmer in c++ (currently in my sophomore year pursuing a computer science degree), I want to turn my terminal into a TUI to be able to play low-level graphic games out of the terminal window, such as pong, tetris, battlehsip, snake, checkers, hangman, wordle, tic-tac-toe, rock-paper-scissors, etc I have built some of the programs already and want to take the next step into development.
What I have tried:
Which C++ library would you recommend learning that would be capable of implementing this? Ive heard of a few so far: PDcurses, SFML (simple and fast multi-media library), imtui, FTXUI, Final Cut (found these on a reddit forum stored on github), etc. Please give me your best advice. Thank you.