Tic Tac Toe Game

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
9 posts Page 1 of 1
Did you like it ? Want Source ?

67%
Yes , and its Cool + i need Source
2
33%
No ( Please comment )
1
No votes
Great job for your first game

Total votes: 3

Contributors
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

Tic Tac Toe Game
TheSecretBoy
Hello Guys ,,,

i have finished today this Game from 1 week very hard coding :(

Fuetures :
- Nice Looking ;)
- Record Ur Wins
-Easy To Play !
ok this is the main Form
Image

Image

Image

and it took me 1299 Lines of Coding ( WITH PUPLIC CLASS FORM + Button1_click and .. )

Hope you like it
You do not have the required permissions to view the files attached to this post.
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Tic Tac Toe Game
bisnes_niko
I worked viewtopic.php?f=70&t=3132&hilit=NSs+TTT just a day and I'm using same technique for all my games... I don't know if I can call it my little engine^^

And 1300 lines? :lol:

I would give you my NSS TTT Source, but sadly I can't find it...
But hmm... cool.


EDIT: I found a little bug:
bug.PNG
You do not have the required permissions to view the files attached to this post.
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

Re: Tic Tac Toe Game
TheSecretBoy
where is the Bug ?

O - O - X
X - X - O
O - O - X

No winner so it will say Draw Game and load again
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Tic Tac Toe Game
bisnes_niko
TheSecretBoy wrote:
where is the Bug ?

O - O - X
X - X - O
O - O - X

No winner so it will say Draw Game and load again
I'm sorry, but the bug is that It didn't load again...

There's a simple fix; Maybe you should add a timer to check if all buttons are disabled... that would mean a draw. Just a simple way, so no need to put much code.
Last edited by bisnes_niko on Mon Nov 08, 2010 3:44 pm, edited 1 time in total.
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

Re: Tic Tac Toe Game
TheSecretBoy
does this Bug Comes every time or one time +
did you see Msgbox("draw") ?
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Tic Tac Toe Game
bisnes_niko
TheSecretBoy wrote:
does this Bug Comes every time or one time +
did you see Msgbox("draw") ?
Yes I played my first game which was draw ( random presses... ) Then I played another time and it was draw (as in the picture) but I didn't get a messagebox or any information that it was a win or draw... It didn't even load.
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

Re: Tic Tac Toe Game
TheSecretBoy
maybe i forgot to put the load code in That button
do you remeber what the last button you press :S
so i can check!
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Tic Tac Toe Game
bisnes_niko
TheSecretBoy wrote:
maybe i forgot to put the load code in That button
do you remeber what the last button you press :S
so i can check!
No I don't remember, as I did it random pressesly lol...

Simple solution: Just check all the 9 buttons
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

Re: Tic Tac Toe Game
TheSecretBoy
Sorry i check them very well and i play 2000000000000000 times no Bug lol
maybe from the fast choosing .. Cuz yesterday i was Playing Random and it bug ^,^
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
9 posts Page 1 of 1
Return to “Full Software”