mishal23 / Tic-Tac-Toe

TicTacToe 2-player game(C programmed) using basic C functions, file operations, system() calls to change the font and background
MIT License
47 stars 30 forks source link

this is my take on a computer vs human system #5

Open KoromaruKoruko opened 6 years ago

KoromaruKoruko commented 6 years ago

all i added was 1 method, 1 global int and edited 7 lines i edited 60 - 67 i added 224 - 239,8,12

mishal23 commented 6 years ago

Does this code work? @dedady157

KoromaruKoruko commented 6 years ago

ok im back and wow i made this a while ago and it said no conflicts what happend

-and yes you can change 'while(true)' to 'while(1)' or 'for(;;)'

KoromaruKoruko commented 6 years ago

there you go

KoromaruKoruko commented 6 years ago

i will show you the USER VS AI but i wont implament it fully. i wont do this because its better if you can see what everything does and then understand what happens in the code. so that you can get better at coding in c/c++

-trust me this helps

mishal23 commented 6 years ago

Okay...sure @dedady157 I would try to understand and code myself. Thanks for contributing!

ashuthosh-bharadwaj commented 4 years ago

can you help me out what exactly is "system" and "decision" in the code..