Staredit Network

Staredit Network -> Miscellaneous -> XO GAME!
Report, edit, etc...Posted by AqoTrooper on 2005-03-15 at 08:43:41
So I got bored today and created this XO Game in Visual Basic 6.1 in ten minutes, it's attached below.

Play it and tell me what you think of it - can it be better? how?
Obviusly, if you notice any bugs - report them.

P.S. if anyone is experienced with VB please tell me how to add sounds, thx.
Report, edit, etc...Posted by EzDay281 on 2005-03-15 at 19:11:46
Well, I hadn't noticed any bugs.
And you should have called it Tic-Tac-Toe; I was wondering what it was, at first.
Report, edit, etc...Posted by DT_Battlekruser on 2005-03-15 at 21:24:27
Sounds are a pain in the ass; they stall other processes running until they finish. Still want them?
Report, edit, etc...Posted by CaptainWill on 2005-03-15 at 21:25:20
Hmm... noughts and crosses.
Report, edit, etc...Posted by AqoTrooper on 2005-03-16 at 10:48:59
QUOTE(DT_Battlekruser @ Mar 16 2005, 05:24 AM)
Sounds are a pain in the ass; they stall other processes running until they finish.
[right][snapback]165754[/snapback][/right]

Hmm... can't I make them run by side on a secondary function? sounds in MW also stall other procedures running until they finish but I found out that if I give them to a secondary turtle they'd run at the same time as the other turtles - so shouldn't that be possible in VB as well? (with procedures instead of turtles)

QUOTE(DT_Battlekruser @ Mar 16 2005, 05:24 AM)
Still want them?
[right][snapback]165754[/snapback][/right]

Yeah.

QUOTE(EzDay2 @ Mar 16 2005, 03:11 AM)
you should have called it Tic-Tac-Toe; I was wondering what it was, at first.
[right][snapback]165562[/snapback][/right]

QUOTE(CaptainWill @ Mar 16 2005, 05:25 AM)
Hmm... noughts and crosses.
[right][snapback]165755[/snapback][/right]


Well... eh... in hebrew that's called Ix, Igul (means X, circle) so I'd thought it'd be something the same in English... pinch.gif
Report, edit, etc...Posted by DT_Battlekruser on 2005-03-16 at 11:14:23
QUOTE
Hmm... can't I make them run by side on a secondary function? sounds in MW also stall other procedures running until they finish but I found out that if I give them to a secondary turtle they'd run at the same time as the other turtles - so shouldn't that be possible in VB as well? (with procedures instead of turtles)


I'll post the tutorial when i get home.
Next Page (1)