Search found 36 matches

by Psychoman
June 26th, 2013, 10:44 am
Forum: Everything
Topic: Lesson 12 assignment
Replies: 6
Views: 2897

Re: Lesson 12 assignment

Well at first it checks if there are 2 similar characters X or O, thats why there's a "!= Empty",then it checks if the 3 character is not occupied and if not it puts character.3 if statements because 3 different combinations can be , I mean like -XX,X-X,XX-.
by Psychoman
June 26th, 2013, 8:26 am
Forum: Everything
Topic: Lesson 12 assignment
Replies: 6
Views: 2897

Lesson 12 assignment

Hello dear friends,I'm here with a problem ( again ).Something bad happens and I don't know what to do.It's the 1 thing about logic of a smarter AI.I did it ,like to see through rows and columns and if 2 symbols (X or O) are equal (in row or column , haven't done diagonally yet) we put AI symbol on ...
by Psychoman
June 17th, 2013, 7:29 am
Forum: Everything
Topic: Simple lines problem
Replies: 2
Views: 1609

Re: Simple lines problem

Yep, I got, .hit happens.Thanks :D
by Psychoman
June 16th, 2013, 6:21 pm
Forum: Everything
Topic: Simple lines problem
Replies: 2
Views: 1609

Simple lines problem

Hello guys ,sorry for troubling you.I think it's a silly problem ,but I can't figure it out.The thing is that I created a letter ,it's 'R' in my code,I only done 9 lesson ,so I don't know any functions that I can use to draw lines directly , so I used good old PutPixel.And then ,where the problem st...
by Psychoman
June 14th, 2013, 6:25 pm
Forum: Everything
Topic: Lesson 5 thing
Replies: 2
Views: 1671

Re: Lesson 5 thing

Thanks, I just thought that it be 3 different ways,not standard thing and if you press something it adds standard to pressed =(.
by Psychoman
June 14th, 2013, 1:58 pm
Forum: Everything
Topic: Lesson 5 thing
Replies: 2
Views: 1671

Lesson 5 thing

Hello fellow game creators.I've got not a problem but a how to say "bug".I created a function which changes speed,but whenever I press space it gets me a feeling that standard speed and space one is adding and creating a space speed,but if it's enter works just fine. //Code in ComposeFrame MoveAllDi...