User profile: MidGuardiaN

User info
User name:MidGuardiaN
History
Joined:
Number of posts:3
Latest posts:

TiC tAc ToE game in C++
hi! i have made my very first game just last night. ^___^ it is a simple tic tac toe game that can b...

Program where the computer guesses my number..
made an upgrade here.. [code] switch(num){ case 0: y=x; break; case 1: y=(y+z)-x...

Program where the computer guesses my number..
I am trying to solve a problem wherein the computer must guess the number i had in mind. I come up w...