Talk:X and O(Learn from Code Edition): Difference between revisions
WiibrewBot (talk | contribs) m Robot: Cosmetic changes |
|||
Line 3: | Line 3: | ||
:I took out the text were it says C++. --[[User:Crayon|Crayon]] 16:42, 10 June 2009 (UTC) | :I took out the text were it says C++. --[[User:Crayon|Crayon]] 16:42, 10 June 2009 (UTC) | ||
==Bug== | == Bug == | ||
In line 311 I found a bug. | In line 311 I found a bug. |
Latest revision as of 05:07, 12 August 2009
Copy/paste
Wow this is a big copy/paste of my page (Wii-Tac-Toe), I think 90% is the same. You should have made an effort to change some text. At least the code is original, I think your game was done in C (not C++), so the tag Homebrew done in C++ should be taken out and the text at the beginning should corrected too, I guess it's a copy/paste error :) You should put me in my, oups, your credit section for writing this text for you :) -Crayon 14:24, 3 June 2009 (UTC)
- I took out the text were it says C++. --Crayon 16:42, 10 June 2009 (UTC)
Bug
In line 311 I found a bug. If you play the game, the player which have the O can overwrite every field of the X. You have to Include in line 311 this one: else if( (selected != -1) && (fieldv[selected] == 0) && (turn == 2) && (wpaddown2 & WPAD_BUTTON_A) )
--MGG 11:53, 24 July 2009 (UTC)