Search found 4 matches

by zael
Mon Nov 02, 2009 10:13 am
Forum: Challenges
Topic: Tic Tac Blah
Replies: 31
Views: 45614

I forgot to mention that I was checking for a win after each turn. Thanks anyway.. it's probably my method that's wrong. It seemed right though :)
by zael
Fri Oct 02, 2009 9:52 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup
Replies: 5
Views: 11449

I'm wondering if there's actually a way to reverse the algorithm. The final AND mask which truncates it to 3 bytes is obviously lossy.. but there's many people smarter than me, so I do wonder if it's possible to reverse? I'd be fascinated at the way to reverse it, yet that would be spoiling the solu...
by zael
Fri Oct 02, 2009 9:32 pm
Forum: Challenges
Topic: Tic Tac Blah
Replies: 31
Views: 45614

Since one space on the 9 space board is always taken by a 'O', there are 8 spaces to play, starting with 'X' taking the first turn. Due to there being 8 spaces and each space either being taken by 'X' or 'O', I decided to represent entire games as one byte, with equal numbers of zeroes and ones (bec...
by zael
Fri Oct 02, 2009 3:39 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 101910

I knew nothing of making a bot with C/C++ before yesterday. Look up libcurl if you're curious, it's really high level and easy to use. It will help you in some Web challenges too. I had a "perfect" bot going in 1 hour. The only problem was my code to say it had found the boss was bugged. S...