Skip to content

Source code for C_SuperTicTacToe mini project using C

Notifications You must be signed in to change notification settings

xbryan25/C_SuperTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Super TicTacToe in C

What this program is about

  • This program is another mini project using C. This program is a Super TicTacToe game that uses a 2D Array to store the states of the elements of the board. It has an AI that serves as the enemy of the player (although the 'AI' is just getting random numbers from rand()).

Problems encountered

  • Lost motivation while working on this project, which led to this project not well-documented. I forgot most of the problems that I have encountered while working on this project. Fortunately, most of the problems that I have encountered were similar to the problems that I have encountered during the Simple_Cafeteria project.
  • The hard part while making this project was making the program fulfill the rules of the Super TicTacToe game. It involves a lot of function calls, which made me confused about the logic.
  • I took a month-long break while making this project, which made me forget some functionalities of the program.
  • Will polish once my passion for this project goes back :(( .

About

Source code for C_SuperTicTacToe mini project using C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages