Skip to main content

Home/ game programming/ Group items tagged programming

Rss Feed Group items tagged

Igor S

The Easiest Game Programming Book Ever - 1 views

  •  
    Using Game Maker software and this easy book you can make your own games without writing a single line of code.
jdr santos

Andorra 2D - The Next Generation 2D Engine for Delphi and Lazarus - 0 views

  •  
    Andorra 2D features a simple API for 2D programming which offers you the choice between both: The power of DirectX and OpenGL without the need of knowing anything about those graphic interfaces. Andorra 2D is designed to be the successor of DelphiX. That is because Andorra 2D uses nearly the same sprite engine interface as DelphiX.
metacipher

Cone3D Programming - SDL, OpenGL and C++ Tutorials - 0 views

  • screen = SDL_SetVideoMode(640, 480, 32, SDL_HWSURFACE|SDL_DOUBLEBUF);
    • metacipher
       
      You should note that this tutorial fails to free the memory it created. You should call SDL_FreeSurface(screen) when quitting, to free the display surface created.
metacipher

Cone3D Programming - SDL, OpenGL and C++ Tutorials - 0 views

    • metacipher
       
      These tutorials are really old, but they still hold some good information. I don't recommened using Dev-C for development, but rather using CodeBlocks (google it). You should also note that some of the techniques used within these tutorials are bad.
jdr santos

Novelty - Visual novel maker - 0 views

  •  
    Novelty is a free game maker tailored for making visual novels. Contrary to most other visual novel makers, Novelty is designed for people without any experience in scripting or programming.
1 - 8 of 8
Showing 20 items per page