VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Code For Tic Tac Toe Game (Turn)

by RAmi mneimneh (3 Submissions)
Category: Games
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 15th January 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Code For Tic Tac Toe Game (Turn)

Rate Code For Tic Tac Toe Game (Turn)




Private Sub label1_Click(Index As Integer)
    If xNow Then
        Label1(Index).Caption = "X"
    Else
        Label1(Index).Caption = "O"
    End If
    
    xNow = Not xNow
End Sub

Download this snippet    Add to My Saved Code

Code For Tic Tac Toe Game (Turn) Comments

No comments have been posted about Code For Tic Tac Toe Game (Turn). Why not be the first to post a comment about Code For Tic Tac Toe Game (Turn).

Post your comment

Subject:
Message:
0/1000 characters