The Best Starter Game For C++
The Best Starter Game For C++
TIC TAC TOE
This Tic Tac Toe game takes into consideration a beginner's level of C++ and the tutorial linked at the end explains what all the functions do and is worth listening to. Being able to understand the functions inside of this simple code is the first step to creating more games and programs.
This is one of the first projects I created in this language. It covers lots of basics that are necessary to understand to expand your knowledge of the language. It's essential when learning a programming language to practice it. Creating this Tic Tac Toe game is great practice. The goal is to be able to code without tutorials or step-by-step guides.
Looking at this first basic Tic Tac Toe we can see first it can easily be improved just by making it look prettier. Another thing to expand upon would be making the AI more complex and not completely changing. One of the best things you could expand upon in this Tic Tac Toe game is creating your own twist to make the game your own. An example of this could be making players able to use a turn to destroy their X or O. These are all very simple things that can make such a simple game a good game. This is the mindset required to make good games.
To make these improvements possible there are lots of resources online to follow and being able to under these resources like old forums and YouTube videos is needed to be able to implement these changes. This is the problem solving of a programmer and it's important to get lots of practice.
This is the link to my TicTacToe Github to be expanded upon with a better TicTacToe.
link to GitHub
https://github.com/TayaGitit/TicTacToehttps://github.com/TayaGitit/TicTacToe
To follow the original tutorial on YouTube step-by-step:
Brocode:
https://www.youtube.com/watch?v=D30owXMzAm8


Comments
Post a Comment