![]() |
EthanAras games tools etc. - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: General Zone (https://lf-empire.de/forum/forumdisplay.php?fid=23) +--- Forum: Programming (https://lf-empire.de/forum/forumdisplay.php?fid=50) +--- Thread: EthanAras games tools etc. (/showthread.php?tid=6651) |
EthanAras games tools etc. - ethanara - 06-29-2011 Hi guys (and girls) Here i will post my projects: Tictactoe This is a project i made in 3 days in c++, its my first "bigger" c++ project. The next version may have a AI og a GUI for windows. Note that when you play, due to something i dont know yet, the coordinates increases like this : ![]() This will be fixed soon. Bug reporting are welcome! More coming soon! RE: EthanAras games tools etc. - Hero destroyer - 06-29-2011 Can you explain more clearly? I didn't quite catch that. ![]() I mean, what is it for? RE: EthanAras games tools etc. - ethanara - 06-29-2011 For playing Tic Tac Toe RE: EthanAras games tools etc. - Kevin - 06-30-2011 first I recommend mediafire to upload because you get a free file manager if you sign up (for free!) and most importantly: People don't have to wait for x seconds to download the file ![]() problem with your game is: the program inputs X to Y and Y to X so if the program asks "input X:" then you must type Y instead :P . I guess that's the problem. another problem if player 1 wins on the bottom row the program says Grame Drawn!! also when I input 23 when it asked 'Input X:' it says Game Drawn!! as well (lol) sometimes the program automatically quits after a move. not sure why RE: EthanAras games tools etc. - ethanara - 07-05-2011 Thanks, i will fix it ![]() |