Thread: I Guess This Counts As A Game....

  1. #1
    People Love Me
    Join Date
    Jan 2003
    Posts
    412

    I Guess This Counts As A Game....

    This is like the first thing I've made in OpenGL ever....I guess it could count as a game.

    It's just a piece of crap colored triangle that you can rotate with the arrow keys, and change the background colors with space.

    It's actually so bad, you're going to feel sorry for me.

    ^_^
    Last edited by Krak; 07-03-2003 at 11:05 PM.

  2. #2
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Stupid $%@# attachment crap.

    Here it is:

  3. #3
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    NeHe?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  4. #4
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Originally posted by XSquared
    NeHe?
    That's a lie and you know it. It's called lesson5 because I learned that crap from lesson 5....sorta, and I wrote the code n' such myself.

    I told 'ya you'd feel sorry for me.
    Last edited by Krak; 07-04-2003 at 02:38 AM.

  5. #5
    Registered User
    Join Date
    Mar 2002
    Posts
    249
    cool. Make it a pyramid and have a zoom feature, then I'll be impressed. And the game is: see how long you can run the program without getting bored! j/k
    Well, there are a few things wrong with your code:

    1) It does not work.
    2) It does not work.
    3) It does not work.

    Hope this helps.

  6. #6
    I'll have to wait until I reboot my computer to play it (I'm on Linux right now)

  7. #7
    Much older and wiser Fountain's Avatar
    Join Date
    Dec 2001
    Location
    Engeeeerland
    Posts
    1,158
    Originally posted by frenchfry164
    I'll have to wait until I reboot my computer to play it (I'm on Linux right now)
    Really? Linux. Never would've guessed.
    Such is life.

  8. #8
    Gee, is it the spinning tux animation? Or maybe the line about Linus Torvalds?

  9. #9
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    haha, hold town two arrow keys and then start holding down space... (well, don't do it if you'll have a seizure)
    Away.

  10. #10
    /me has a seizure

    PS: I should be posting something similiar to this shortly (once I figure out my problem with GL_QUADS)
    PPS: Oh, and mine will have a 3D object that you can zoom in and out
    Last edited by frenchfry164; 07-04-2003 at 09:53 PM.

  11. #11
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Originally posted by frenchfry164
    /me has a seizure

    PS: I should be posting something similiar to this shortly (once I figure out my problem with GL_QUADS)
    PPS: Oh, and mine will have a 3D object that you can zoom in and out
    Is your problem with GL_QUADS the same as mine? When I plot out the vertexes, it SHOULD be a rectangle, but it ends up being a rectangle with a small triangle chunk taken out of it.

    P.S- Thanks for pretending it didn't suck.^_^

  12. #12
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Originally posted by Krak
    Is your problem with GL_QUADS the same as mine? When I plot out the vertexes, it SHOULD be a rectangle, but it ends up being a rectangle with a small triangle chunk taken out of it.

    P.S- Thanks for pretending it didn't suck.^_^
    you are drawing the vertices in the wrong order.... look here

  13. #13
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Originally posted by Perspective
    you are drawing the vertices in the wrong order.... look here
    Thank you^_^

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Random number + guessing game trouble
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-08-2007, 03:33 AM
  2. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  3. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM
  4. Someone help me with this game??
    By stehigs321 in forum Game Programming
    Replies: 15
    Last Post: 10-30-2003, 09:42 PM
  5. guessing game
    By wayko in forum C++ Programming
    Replies: 11
    Last Post: 09-19-2001, 06:10 PM