SFML community forums

General => SFML projects => Topic started by: RoterDOX on July 25, 2013, 07:50:33 pm

Title: My game (Tic Tac Toe) is a mess.
Post by: RoterDOX on July 25, 2013, 07:50:33 pm
Hey guys, soory for my bad english, but english is not my main language. I have made a tic tac toe game, in SFML 2.0. The problem is that i dont realy know c++ that good(pointers are the hardest part).. I have written everything in one file, in main(). I hope you guys can help me, make this code better, and maybe even help me make a simple way to cut it into difrent files, to make it not all in main(). I only have download link for the main game: http://www.mediafire.com/download/nhgekydgcp73qag/Tic_Tac_Toe.rar . Its because the code is only in one file that is here: http://www.mediafire.com/download/t4dzp29w8ej4qqv/SFMLDarbai.cpp . Im pretty bad in C++ , so i hope this helpful community will help me get better!

Also i use somesort of diffrent main(), because my release is not working.
fatal error LNK1181: cannot open input file 'sfml-windows-s.lib'
So its a work around