Search found 3 matches

by krutin86
March 15th, 2013, 2:25 am
Forum: Everything
Topic: Lesson 12 Assignment ( I NEED HELP )
Replies: 1
Views: 1717

Re: Lesson 12 Assignment ( I NEED HELP )

Look at my other thread. I was able to make my algorithm better but the one in that thread will definitely get you started. You would want to do it after the user makes his/her move but before you draw X because you want to know where to put the X before you actually place it. You could also do it t...
by krutin86
March 12th, 2013, 4:12 am
Forum: Everything
Topic: Does anyone have a good Lesson 12 solution? *spoilers?* lol
Replies: 0
Views: 3314

Does anyone have a good Lesson 12 solution? *spoilers?* lol

So I'm running into a situation where the computer will opt to block me instead of winning especially when its chances of winning are in the 3rd column and/or 3rd row because it has to start on the top left and work its way to the bottom right. One way around this is by running the below code twice:...
by krutin86
March 8th, 2013, 10:02 pm
Forum: Everything
Topic: I love these video tutorials
Replies: 2
Views: 1999

I love these video tutorials

Hey yall, I'm Krutin. I've started these tutorials about a week ago and absolutely love them. So far they seemed to be aimed towards people who've never compiled a program before but I already know programming concepts, however, I had never done anything with graphics and/or APIs(?) like DirectX and...