Tic Tac Toe Game CodeBlocks Programming Worksheet – Description
It is a school project. I must make a unique game from scratch, different from any other game, that works on C programming with at least 200 lines of code, my own work. I want it to run on CodeBlocks Compiler. You will have to guide me through how to run the program with all the necessary guidance.
My idea of the unique game is this below:
A unique Tic Tac Toe 5X5 2D array. The same as the YouTube video attached here, but I wanted to be started from scratch with extra features in it to make it a more unique game.
Start by welcoming the user and asking how they want to play it, either 2 players or a single player against the computer. The winning cases are when a straight line of Xs or Os appears on a row, column, or diagonal, like in the attachment. Declare the winner and ask if the user wants to play again or not. Please add comments as much as possible explaining the codes.
Must include loops, nested loops, 2D arrays, and the same libraries used in the video. I wanted to be a simple and unique game. Any additional stuff that would make the game more unique will be very appreciated.
The post Tic Tac Toe Game CodeBlocks Programming Worksheet first appeared on .