Button for tic tack toe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abueno
    New Member
    • May 2009
    • 16

    Button for tic tack toe

    Ok I am doing a project that basically is a tic-tac-toe game in java script, and I wonder what kind of button I can use for the input X or O?

    It has to be a button that sometimes can check by itself, so I am wondering what kind use it?

    If Any suggestions or advice, I will appreciate....t hanks
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I don’t think, it has to be a button. it should be possible to make a click decide, whether it creates a cross or a circle.

    Comment

    • abueno
      New Member
      • May 2009
      • 16

      #3
      Originally posted by Dormilich
      I don’t think, it has to be a button. it should be possible to make a click decide, whether it creates a cross or a circle.
      Thank's Dormilich.

      Comment

      Working...