User: ui uiho

  • Public profile

User profile: ui uiho

User info
User name:ui uiho
History
Joined:
Number of posts:382
Latest posts:

help with a massive
first, don't use global variables. [code]// // main.cpp // massives // // Created by Home on 6/1...

Help with a x and 0 game.
switch statements are nice :)

tic_tac_toe
[code] bool checkLose(int board[3][3], int sums[]){ evaluate(board, sums); for (int a = ...

tic_tac_toe
[code]void fillBoard(int board[3][3]){ for (int i = 0; i < 3; i++) { for (int j = 0; j <...

tic_tac_toe
in some instances when i run this program the AI part of the program will stop running after the pla...

This user does not accept Private Messages