Search found 4373 matches

by albinopapa
February 28th, 2013, 7:03 am
Forum: Everything
Topic: Is chili gone?
Replies: 13
Views: 6616

Re: Is chili gone?

I for one found it easier simply because I can't cheat when watching a video. You have to type as he types or pause to catch up. The f*cked up photoshop artwork seems to help a lot or maybe it's because he goes so far in depth and yet speaks at my education level (ie. HS graduate). The humor is a bl...
by albinopapa
February 28th, 2013, 6:33 am
Forum: Everything
Topic: HeHe I'm done lesson 9's assignment!
Replies: 3
Views: 2555

Re: HeHe I'm done lesson 9's assignment!

void Game::ComposeFrame() { int y = boxY; // dividing int's where the result is less than 1 but greater than 0 will return 0 // if you want a decimal use float instead of int while( y < boxY + boxWidth ) { int x = boxX; // if you change the int y to float y you might want to do the same here. while...
by albinopapa
February 28th, 2013, 3:28 am
Forum: Everything
Topic: [UPDATE] Crap Out!! Dice Game. MP3 SUPPORT!! [v1.1.7]
Replies: 24
Views: 12209

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

I like the game, and would like to know how you did the AI. Not the code, but the logic. Did you have to list all the possibilities and have it choose one based on what the highest score would be? Very well done, however it was done.