Thread: Who wants to play?

  1. #1
    Bored Programmer
    Join Date
    Jul 2009
    Location
    Tomball, TX
    Posts
    428

    Who wants to play?

    Binary TicTacToe:
    1 = X
    0 = O

    Board is
    1|2|3|
    4|5|6|
    7|8|9|

    Where
    1|2|3|4|5|6|7|8|9|

    If someone made a move anyone can make the next this thread is for fun and to see how different games of TicTacToe would look in Binary, and maybe who is the binary champion of TicTacToe?

    First Move
    Code:
    1 | - | - | - | - | - | - | - | - |
    Virtual reality hello world http://www.rodneybrothers.com/vr/vrh...rld/index.html in html and javascript.
    Viewable with dodocase, google cardboard, OR, and other compatible VR gear.

  2. #2
    Bored Programmer
    Join Date
    Jul 2009
    Location
    Tomball, TX
    Posts
    428
    You know your game is too nerdy when a forum full of programmers don't even want to play

    Code:
    | 1 | - | - | - | 0 | - | - | - | - |
    Virtual reality hello world http://www.rodneybrothers.com/vr/vrh...rld/index.html in html and javascript.
    Viewable with dodocase, google cardboard, OR, and other compatible VR gear.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Moved to GD.

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    More likely we're just bored of draws
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to play play and stop wav files
    By cnu_sree in forum Linux Programming
    Replies: 4
    Last Post: 08-14-2006, 11:11 PM
  2. Play without the CD?
    By geek@02 in forum Tech Board
    Replies: 2
    Last Post: 09-15-2004, 01:47 AM
  3. Can I play ps2?
    By afreedboy in forum Game Programming
    Replies: 5
    Last Post: 11-17-2003, 09:19 PM
  4. Play Mp3...
    By Jperensky in forum C++ Programming
    Replies: 3
    Last Post: 04-26-2003, 02:08 PM
  5. How do I play an MP3?
    By Hunter2 in forum Windows Programming
    Replies: 28
    Last Post: 05-20-2002, 08:49 PM