I recently finished creating a python terminal tic-tac-toe game. I chose to do this specific game because of my family. I wanted to create something that my nephews and niece would enjoy playing. While I had fun and enjoyed the challenge, it did take some to complete because life gets hectic. Overall, it was an enjoyable experience.
Tic-Tac-Toe: https://github.com/jcwilliams2/tic_tac_toe
It is a one-player game that, if desired, allows for additional gameplay upon completion of each game ending in either a win or a draw. It also safeguards against non-viable input for position of both the player’s and the computer’s mark on the board.