Search found 53 matches

by Conflictus
February 25th, 2013, 9:26 pm
Forum: Everything
Topic: My Solitaire
Replies: 7
Views: 5208

Re: My Solitaire

I went ahead and played another set of 10 games. I only won 5 of them this time, however. In one of the games, the only cards left to choose from were the queen of clubs and 9 of diamonds. My 7 of hearts & diamonds are among the face down cards underneath the 6 of spades & clubs. Initially I had wri...
by Conflictus
February 25th, 2013, 5:41 pm
Forum: Everything
Topic: My Solitaire
Replies: 7
Views: 5208

Re: My Solitaire

Thought i'd try my luck and i've won 6 of 10 games so far. :D
by Conflictus
February 25th, 2013, 3:51 am
Forum: Everything
Topic: If I Was... *GAME*
Replies: 15
Views: 7356

Re: If I Was... *GAME*

...the power to raise the dead (forum threads) would be mine!

If I was a dyslexic weather reporter...
by Conflictus
February 24th, 2013, 6:24 am
Forum: Everything
Topic: Tutorial Index
Replies: 10
Views: 4893

Re: Tutorial Index

Alright.. finally finished with the index. Let me know if there are any mistakes or if something needs to be re-written for clarity.
by Conflictus
February 13th, 2013, 11:32 pm
Forum: Everything
Topic: Tutorial Index
Replies: 10
Views: 4893

Tutorial Index

[Beginner] Lesson 1: http://www.youtube.com/watch?v=0kpSiitk4eI General Introduction Requirements for following along with the tutorials Homework: Mess around with PutPixel() and figure out what each number represents Lesson 2: http://www.youtube.com/watch?v=QUu-cb_FWt0 Review of homework from less...
by Conflictus
February 8th, 2013, 3:57 am
Forum: Everything
Topic: [UPDATE] Crap Out!! Dice Game. MP3 SUPPORT!! [v1.1.7]
Replies: 24
Views: 12272

Re: Crap Out!! My new Dice Game. [v1.0.3]

Interesting game. I've managed to piggyback up to 2100 so far. :D
by Conflictus
February 7th, 2013, 5:05 pm
Forum: Everything
Topic: Rescue Chili!
Replies: 3
Views: 2743

Rescue Chili!

The code is a little bloated since I couldn't figure out how to make an array for the tile map. I'm planning to get rid of almost everything related to ammo eventually. I was originally intending to throw flowers at the trees to explode them (yes, i'm aware that makes absolutely no sense), but chang...
by Conflictus
February 4th, 2013, 2:55 am
Forum: Everything
Topic: Is there an alternative?
Replies: 4
Views: 2188

Re: Is there an alternative?

Thanks LuX! That worked out perfectly. :D
by Conflictus
February 3rd, 2013, 1:51 pm
Forum: Everything
Topic: Is there an alternative?
Replies: 4
Views: 2188

Re: Is there an alternative?

I was attempting collision on an array of tiles. Prior to trying to find a solution the initial problem was that it was only checking collision with the first element in the array. I assume this is because the index of the array is limited to the scope of the collision function. With the way it is n...
by Conflictus
February 3rd, 2013, 2:57 am
Forum: Everything
Topic: Is there an alternative?
Replies: 4
Views: 2188

Is there an alternative?

I'm trying to work around the local scope of a function. I want to increment the loop each time the function is called without it re-initializing. I wrote a simple console app to try and come up with a solution. It appears to work as intended for the most part, but i'm having some difficulty incorpo...