Thread: Is c++ enough to make a game?

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    43

    Is c++ enough to make a game?

    Is c++ enough to make a tetris style game using a graphics library? Or are there better ways to do it?

  2. #2
    Guest
    Guest
    C++ is most certainly enough, and a good choice given the large number of C/C++ libraries related to gaming. The only area where you might prefer something else is mobile games.

  3. #3
    Registered User
    Join Date
    Jun 2016
    Posts
    40
    Well, if C++ is enough to make games like Call of Duty or Kingdom Hearts 3, then it's definitely enough for something as simple as a Tetris-style game

  4. #4
    Registered User
    Join Date
    Nov 2015
    Posts
    119
    That is, this is a very good solution is to use graphics library. Better perhaps nothing, really.

    A compiler that you usually use?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. omg i need help using c++ to make a game
    By zenchiX in forum Game Programming
    Replies: 18
    Last Post: 06-10-2006, 06:48 AM
  2. What should the first game that I make be? >:-o
    By Wall in forum Game Programming
    Replies: 6
    Last Post: 08-22-2004, 07:32 AM
  3. What do you need to make a game?
    By makveli in forum Game Programming
    Replies: 13
    Last Post: 11-12-2003, 07:02 PM
  4. What would i need to make a game in 2d?
    By DarkViper in forum Game Programming
    Replies: 41
    Last Post: 12-25-2002, 06:28 PM

Tags for this Thread