User profile: CNoob2

User info
User name:CNoob2
Name:Gage Hadley
Location:Athens, MI
History
Joined:
Number of posts:9
Latest posts:

Bingo Help
I need to detect bingo now and this will be done. [code] # include <iostream> # include <string.h> #...

AI Tic Tac Toe
icy1, 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 Toe
I need help creating my AI for TicTacToe. [code] int aimove(char board[3][3]) { srand(time(NULL)); ...

Bingo Help
I now need the numbers to be in numerical order, check bingo, and another card that you can play on....