A collection of terminal-based games built in C++, including Rock–Paper–Scissors, Tic-Tac-Toe, Hangman, and Heads or Tails.
A collection of terminal-based games built in C++, including Rock–Paper–Scissors, Tic-Tac-Toe, Hangman, and Heads or Tails.
I made a fun game to play in my terminal :3
Now, I can play some games in my terminal tooo
Spent about 5 hours working on Terminal Craft, a C++ terminal game collection. I began by setting up the basic project structure and designing a simple menu to bring multiple games together in one program. After that, I built each game step by step, including Rock Paper Scissors, Tic Tac Toe, Hangman, and Heads or Tails, focusing on clear logic and smooth gameplay.
Once everything was playable, I worked on improving the overall flow, adding clearer instructions and making movement between games feel natural. I also enhanced the terminal experience with ASCII art and colorful output so win and loss messages feel more engaging.
At last I added a simple README file.
Log in to leave a comment