Bingo HelpI need to detect bingo now and this will be done. [code] # include <iostream> # include <string.h> #...
AI Tic Tac Toeicy1, Thank you so much for the input, I will try to improve on my code from this.
AI Tic Tac Toe@squished18, I need the AI to be smart. Below is my whole code. Right now the AI takes the center sq...
AI Tic Tac ToeI need help creating my AI for TicTacToe. [code] int aimove(char board[3][3]) { srand(time(NULL)); ...
Bingo HelpI now need the numbers to be in numerical order, check bingo, and another card that you can play on....