to create a simple game in C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shitalshj
    New Member
    • Oct 2007
    • 1

    to create a simple game in C++

    hello i wanted to know how can i create a simple game using C++. I am enggineering student and i studying computer graphics as asubject so i want to create a game wherein user gives inputs so that the game works. All this i want to do using graphics as my header file.
  • kaioshin00
    New Member
    • Nov 2006
    • 46

    #2
    You might want to try installing openGL and using that for doing the graphics part of your game.

    Comment

    • PieCook
      New Member
      • Jul 2007
      • 9

      #3
      Or use the free Allegro game library.

      Comment

      • Studlyami
        Recognized Expert Contributor
        • Sep 2007
        • 464

        #4
        Allegro is a great library for 2d game programming. There is a lot of documentation on it and its really easy to use. If your looking for a 3d game i would look for a game engine in which you could use to develop your game.

        Comment

        Working...