I’m coding a tic tac toe game in C#
anyways, i keep getting this parsing error for line 57, however i have no line 57.
here is the code? can anyone help me?
i use mcs for my compiler, and here is the warning.
game.cs(57,1): error CS8025: Parsing error Compilation failed: 1 error(s), 0 warnings
and this is the code.
hosted on pastebin
http://pastebin.com/ft1FkDqU
can anyone tell me how to fix this?
help is appreciated!
also, if you see any other problems, please tell me?
You have an open brace { all those line.
Edit:
You can remove all those IF with this single line: