Menu

Very basic game programming

Ricky
2007-03-02
2012-09-26
  • Ricky

    Ricky - 2007-03-02

    There are 3 thing that need to be done in a modern comuputer game.
    1. Graphics
    2. Sound
    3. Internet
    SetPixel is the basic function and BitBlt for bitmaps. I know how to use them but Dev c++ tends to make SetPixel non-fuctional and BitBlt is OK for 2D but I have my own 3D rendering ideas I'd like to try.
    As for the others I've never done them before in either c or c++. In the case of sound I don't understand file formats and in any case have no linceses.
    Further I have my own compiler ideas and need to know about exe files. Specifically the header and memory addressing.
    Also, I would like to know if it is possible to create a file as a compiled script and load it as an assembly program and jump to it? If so how, function pointers might not work?

    With thanks,
    Ricky

     
    • Kurgusov

      Kurgusov - 2007-04-07

      one more thing..
      I disagree that modern computer games need graphics,sound or the internet.
      I made a computer game yesterday in about 1 minute,without any of these,I walked out side,picked up a large rock,walked inside and threw it as hard as I could at the computer screen.I call it,The Computer Game.

       
    • Kurgusov

      Kurgusov - 2007-04-07

      I dont know Ricky,Im not admin,but if I was I'd tell you to read up on it instead of blurting out your questions shotgun style.
      oh yeah,if I could help you I would.
      peace.

       

Log in to post a comment.