1. This forum is in read-only mode.

C++ 2d Game Engines

Discussion in 'General Discussion' started by Vainone, Jul 19, 2009.

  1. Vainone

    Vainone Well-Known Member

    I'm thinking of creating a simple game in C++, I know the basics and am willing to put the time and effort to learn what's needed to be learnt.

    I just need to know what kind of Engines there are out there and the best one for me as a beginner-intermediate programmer.

    also i've looked around and can't really find anything similar in the forums.. Your help is apreciated !

    thanks guys
     
  2. Loonylion

    Loonylion Administrator Staff Member

    its not 2d, but irrlicht is popular.
     
  3. anandjones

    anandjones Well-Known Member

  4. Vainone

    Vainone Well-Known Member

    I have haafs, know where to install the libs and the include files and folders.. Just don't know where to go from there.. lol
     
  5. Seph

    Seph Administrator Staff Member

    Include them in your projects? Any decent editor can link against libraries, which should give you access to the functions they implement.
     
  6. Vainone

    Vainone Well-Known Member

    I suppose i should get around to the ideas stage then.. I always do things backwards >.>

    any suggestions at all ?
     
  7. Seph

    Seph Administrator Staff Member

    Breakout? That was the first 2D game I created. :p
     
  8. anandjones

    anandjones Well-Known Member

    TicTacToe.