Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Bloxorz game in OpenGL.

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2012
    Posts
    7

    Bloxorz game in OpenGL.

    Hi friends,

    I am trying to develop the Bloxorz game in OpenGL.
    Please see this link http://www.albinoblacksheep.com/games/bloxorz

    To do that I have draw the squares floor and a rectangle on top of it.
    By I have trouble starting this. I mean I can't figure out how can I draw the floor like in 3d and a rectangular cube thing.This is a small assignment given to me that will change my life . I have only 3 days to do. please help.

    Please guide me.
    I have googled this item , but haven't got anything.

  2. #2
    Member Regular Contributor
    Join Date
    Jan 2012
    Location
    Germany
    Posts
    302
    Hello srikanth,

    i'm not sure what you want exactly. Do you need good resources to lern OpenGL? Do you have specific questions about the implementation? The physics? The animation? Do you want someone to do your homework? Do you have OpenGL experiance? Programming experiance?

  3. #3
    Intern Contributor
    Join Date
    May 2012
    Posts
    98
    This is a small assignment given to me that will change my life . I have only 3 days to do. please help.
    I'm going to help you with your homework this time only because you don't have much time left.

    First you noticed the game is written in flash, so you will need a Flash2OpenGL converter. Try google this and there must be some free ones. After you convert it to OpenGL code, then you need an OpenGL kombiler. Try again google for a good one. If you cannot find try yahoo.com, otherwise you will have to buy one for free . Kood Lack!

  4. #4
    Advanced Member Frequent Contributor
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    899
    First you noticed the game is written in flash, so you will need a Flash2OpenGL converter. Try google this and there must be some free ones. After you convert it to OpenGL code, then you need an OpenGL kombiler. Try again google for a good one. If you cannot find try yahoo.com, otherwise you will have to buy one for free . Kood Lack!
    This is one of the most worthless and incorrect answer I've read since I registered in this forum - no, in any forum.

  5. #5
    Intern Contributor
    Join Date
    May 2012
    Posts
    98
    Quote Originally Posted by thokra View Post
    This is one of the most worthless and incorrect answer I've read since I registered in this forum - no, in any forum.
    I agree.

  6. #6
    Junior Member Newbie
    Join Date
    Apr 2012
    Posts
    7

    I have done like creating a window and doing some primitives.

    Quote Originally Posted by menzel View Post
    Hello srikanth,

    i'm not sure what you want exactly. Do you need good resources to lern OpenGL? Do you have specific questions about the implementation? The physics? The animation? Do you want someone to do your homework? Do you have OpenGL experiance? Programming experiance?

    I am a beginner to OpenGL and have done simple things like displaying a window using glut and drawing some primitives like triangle,rectangle etc in 2d. I want to draw a 3d floor , But don't know how to do it.

  7. #7
    Member Regular Contributor
    Join Date
    Jan 2012
    Location
    Germany
    Posts
    302
    You might want to look at up-to-date OpenGL tutorials then:


    And maybe a good graphics book in case the 3D math and transformations confuse you, Real-Time Rendering by Akenine-Möller iser very good (http://www.amazon.com/Real-Time-Rend...8536440&sr=8-1).

  8. #8
    Junior Member Newbie
    Join Date
    Apr 2012
    Posts
    7
    Hi , I want to design the floor of the bloxorz game in photoshop. is it a good idea to design the entire floor as one bmp file and load it ? If so I don't know how to create this floor in photoshop. can anyone please guide me?

  9. #9
    Member Regular Contributor
    Join Date
    Jan 2012
    Location
    Germany
    Posts
    302
    Yes, you can design your levels in PS by representing one block of the level as one pixel, e.g. white is set, black is a missing block, red is a button, etc. just color code the functionality. This would be a small image file however.

  10. #10
    Junior Member Newbie
    Join Date
    Jun 2012
    Posts
    2
    I want to design the floor of the bloxorz game in photoshop.

Posting Permissions

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