+ Reply to Thread
Page 3 of 4
FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 33

Thread: C++/opengl –part3 : creating simple game

  1. #21
    Newbie mazunov is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    1
    good thanks

    good
    Last edited by WingedPanther; 03-25-2009 at 07:57 PM. Reason: Double post

  2. #22
    Newbie Pandy is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    2

    Re: C++/opengl –part3 : creating simple game

    It looks good thanks. I needing help starting out it help alot.

    Pandy

  3. #23
    Code Warrior
    /////////|||||\\\\\\\\\
    amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama's Avatar
    Join Date
    Aug 2007
    Location
    Pyramids st, Giza, Egypt
    Age
    21
    Posts
    8,182
    Blog Entries
    12

    Re: C++/opengl –part3 : creating simple game

    did you follow part 1
    it will help you set up your project for openGL

  4. #24
    Newbie Pandy is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    2

    Re: C++/opengl –part3 : creating simple game

    Yeah i did it not my first time looking at opengl infact. Currently a student doing games programming but my lecture confused hell out of me so i decide restart and this help set my head round alot. Thanks for checking up though.

  5. #25
    Code Warrior
    /////////|||||\\\\\\\\\
    amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama's Avatar
    Join Date
    Aug 2007
    Location
    Pyramids st, Giza, Egypt
    Age
    21
    Posts
    8,182
    Blog Entries
    12

    Re: C++/opengl –part3 : creating simple game

    good luck on your studies!

  6. #26
    Programmer michaelvd12 will become famous soon enough michaelvd12's Avatar
    Join Date
    Apr 2009
    Posts
    99

    Re: C++/opengl –part3 : creating simple game

    Hey ,

    the comments from playerno1 arent good there by all glColor3f
    // red but not all is red

  7. #27
    Programmer michaelvd12 will become famous soon enough michaelvd12's Avatar
    Join Date
    Apr 2009
    Posts
    99
    i have found an error in your code !

    this is mistypped :

    Code:
    ouble playerpos=0;
    double pcpos=0;
    double ballx=0;
    double bally=0;
    int DrawGLScene(GLvoid)
    must be are :

    Code:
    double playerpos=0;
    double pcpos=0;
    double ballx=0;
    double bally=0;
    int DrawGLScene(GLvoid)
    this comment have an misstyped word :

    // if its moving down, this mean that it can hit the player quad
    // we check if it hitted the layer quad here, if it did we revese the
    // updown bool variable and icrease the ball speed

    it must be are :

    // if its moving down, this mean that it can hit the player quad
    // we check if it hitted the layer quad here, if it did we revese the
    // updown bool variable and increase the ball speed
    Last edited by WingedPanther; 04-20-2009 at 06:08 AM. Reason: Double post

  8. #28
    Code Warrior
    /////////|||||\\\\\\\\\
    amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama's Avatar
    Join Date
    Aug 2007
    Location
    Pyramids st, Giza, Egypt
    Age
    21
    Posts
    8,182
    Blog Entries
    12

    Re: C++/opengl –part3 : creating simple game

    lol, thats my old keyboard. thnx alot, please report if theres more Posted via CodeCall Mobile

  9. #29
    Newbie erica_82 is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    2

    Re: C++/opengl –part3 : creating simple game

    i can't seem to download the source code & the compile exe. can someone help me

  10. #30
    Code Warrior
    /////////|||||\\\\\\\\\
    amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama's Avatar
    Join Date
    Aug 2007
    Location
    Pyramids st, Giza, Egypt
    Age
    21
    Posts
    8,182
    Blog Entries
    12

    Re: C++/opengl –part3 : creating simple game

    you have to post at least once

+ Reply to Thread
Page 3 of 4
FirstFirst 1 2 3 4 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Creating simple Notition store program
    By Coldhearth in forum Java Help
    Replies: 1
    Last Post: 12-10-2008, 03:44 PM
  2. A simple TicTacToe game
    By Zunone in forum C and C++
    Replies: 1
    Last Post: 08-16-2007, 11:01 AM
  3. need help with simple C++ TicTacToe game with AI
    By flupke1 in forum C and C++
    Replies: 11
    Last Post: 08-14-2007, 10:27 AM
  4. Replies: 1
    Last Post: 07-19-2007, 06:46 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts