Search:

Type: Posts; User: funkydude9

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,087

    I'm making Tetris, I need a 3d array to represent...

    I'm making Tetris, I need a 3d array to represent each block and it's rotations. I realize I could of just calculated the rotation myself using just a 2d array also, but I decided to go this way.
  2. Replies
    5
    Views
    5,087

    Initializing a 3D array w/o a loop.

    What's the syntax? For example, a 2d array:


    int[][] array = {
    {2, 5} , {7, 4},
    };


    I'm looking for a similar approach with a 3D array but can't seem to find it anywhere.
  3. Replies
    21
    Views
    4,241

    It's most fun watching yourself explode when you...

    It's most fun watching yourself explode when you press enter a dozen times. :) Good job on those particles.

    If you minimize & open it back up, it won't re-paint.
  4. Eh...Don't remind me. :p

    Eh...Don't remind me. :p
  5. Thread: draw faster

    by funkydude9
    Replies
    9
    Views
    1,956

    View Post

    Runs fine on my machine.
  6. Replies
    12
    Views
    3,994

    Why? :(

    Why? :(
  7. Replies
    4
    Views
    1,274

    example an_example[3]; an_example[0].x = 8; ...

    example an_example[3];
    an_example[0].x = 8; //1st variable
    an_example[1].x = 32; //2nd variable
    an_example[2].x = 5; //3rd variable
  8. Thread: exit

    by funkydude9
    Replies
    14
    Views
    2,721

    Don't post the same thing...

    Don't post the same thing in two forums. :rolleyes:
  9. Replies
    12
    Views
    3,994

    lol, here...

    lol, here and here, and here.
    Although I think this one of the grid-model is the coolest if you want my opinon. ;)
  10. Replies
    8
    Views
    3,751

    What we really need is something that...

    What we really need is something that automatically indents. ;)
  11. Replies
    12
    Views
    3,994

    The paddle is very glitchy on the right side, but...

    The paddle is very glitchy on the right side, but I don't notice it as much on the left. Also, sometimes when you lose a life the way the ball starts over makes you lose another life (ie you lose two...
  12. Replies
    12
    Views
    3,994

    Another thing you could do to enhance the...

    Another thing you could do to enhance the gameplay is to make the paddle "slide" and/or "bounce" off the edge. You can make it either as a powerup or just all the time. I think little things like...
  13. Replies
    12
    Views
    3,994

    The game is really boring, the graphics are too...

    The game is really boring, the graphics are too dull and you either need to decrease the speed of the paddle or increase the speed of the ball because it's pretty easy (don't give out so many 1-ups)....
  14. Replies
    21
    Views
    9,389

    Just added one, Deus Ex 2...

    Just added one,

    Deus Ex 2
  15. Replies
    21
    Views
    9,389

    Some great PC games to watch out for.

    Here's my list:

    Half-Life 2
    DOOM III
    Halo
    Far Cry
    Joint Operations
    RS3: Athena Sword

    All of these games are going to need a pretty fast rig. Please add to the list. :)
  16. Thread: New PC

    by funkydude9
    Replies
    69
    Views
    20,430

    Or you could get a Radeon 9800 Pro...

    Or you could get a Radeon 9800 Pro...
  17. Replies
    29
    Views
    7,999

    SO, what did U do over the summer?

    I did...

    ABSOLUTLY NOTHING!!!

    Just sit on my a$$ all day...what about you?
  18. Replies
    20
    Views
    4,367

    Well when your passing it as a pointer, your...

    Well when your passing it as a pointer, your passing the address, correct? But when your passing it as refrence, what exactly are you passing?
  19. Replies
    8
    Views
    4,433

    #include for (...) { ...

    #include <windows.h>

    for (...)
    {
    Sleep(100); // 100 miliseconds
    ...
    }
  20. Absolutely! Thank you FillYourBrain, at least...

    Absolutely!
    Thank you FillYourBrain, at least some people don't hate IE.

    Why is it that everytime I talk about a problem an agrue always comes up about IE vs X browser. I think it's a curse.
    ...
  21. For those that have IE and a wheelie mouse...

    Do you guys notice that when you move the wheel up in IE the page sometimes goes down instead, but not vica versa? It's starting to get anoying...
  22. Replies
    20
    Views
    4,367

    Isn't that just a fancy term for function...

    Isn't that just a fancy term for function overloading? And what does that have to do with pointers? Anyway, what about:

    3) Efficiency

    And RealityFusion, go pick yourself up a better book.
  23. Replies
    20
    Views
    4,367

    Link removed by mod

    Link removed by mod
  24. Replies
    46
    Views
    16,177

    Donnie Darko

    Donnie Darko
  25. Replies
    15
    Views
    3,042

    :D

    :D
Results 1 to 25 of 254
Page 1 of 11 1 2 3 4