Is everything fine? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is everything fine?

I made this simple tic tac toe game and I just want to know is everything ok and is there other way to make it simpler Here is my code: https://code.sololearn.com/cegCGIJxB08V I wrote all variable names in serbian language because I live there

26th Jan 2019, 3:52 PM
Miomir Dujanović
Miomir Dujanović - avatar
3 Answers
+ 3
It seems okey, but won't work too well in Sololearn. Btw. I had hard time understanding variables (i speak little bit similar language) and the code at all. Try using more line breaks and brackets to make it more readable to other people, especialy if you share it to have it checked. It will help a lot. Ex.: Instead of: 'else statement' Use: 'else { statement }' and so on.
26th Jan 2019, 10:17 PM
Maneren
Maneren - avatar
+ 2
You're welcome
26th Jan 2019, 10:19 PM
Maneren
Maneren - avatar
+ 1
Thank you
26th Jan 2019, 10:18 PM
Miomir Dujanović
Miomir Dujanović - avatar