Thread: Files for a game

  1. #16
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Do you have and/or know what a compiler is?

  2. #17
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    yes i do, its dev c++

  3. #18
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    ... probably where ever your browser default downloads to, if you downloaded the run time stuff and not the developer (SDK) stuff, then you didn't get the right thing. You don't need DirectX to make a text based game, go make one of those then come back to try and do a SIMPLE game that uses graphics, such as pong.

  4. #19
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    rite, all i want to know is where directx is on my comp, k
    can you tell me or not?

  5. #20
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    No .

  6. #21
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    OK, First off:

    You should not even try game programming if you do not know the basics.

    (I think Salem has said something like this)

    1. Make a simple C++ program
    2. When you know the basics, make a simple text rpg
    3. Once you've done that, and you think you're ready, write a simple 2D game.
    4. THEN write a simple 3D game.

    As for installing DirectX ONLY do this once you're ready to start 2D game programming. I would NOT recommend you do this, but this is what you have to do:

    1. Download the DirectX SDK (not regular DirectX). Use Google.
    2. The file will be somewhere on your hard drive. Wherever your browser is set to download them. This is most commonly on your desktop or in My Documents.
    3. Double click on the installer, and follow the onscreen instructions. When it is done, you should reboot your computer.
    4. Find an online doc on how to setup Dev-C++ to use DirectX. I don't have the URL, but try Googling "Setting up DirectX in Dev-C++".

  7. #22
    ---
    Join Date
    May 2004
    Posts
    1,379
    This has got to be a joke.

  8. #23
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Sadly I don't think it is.

  9. #24
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    We need a sticky addressing the people who don't know what a compiler is, that want to create first-person shooters. We waste far too much time telling them over and over again that you need to be confident with C++ before trying to write a simple 2D game.

    And if you can't figure out how your browser downloads files, I don't think you should be programming.

  10. #25
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Quote Originally Posted by beene
    rite, all i want to know is where directx is on my comp, k
    can you tell me or not?
    "It's in the computer" ~Hansel

  11. #26
    ---
    Join Date
    May 2004
    Posts
    1,379
    Quote Originally Posted by joeprogrammer
    We need a sticky addressing the people who don't know what a compiler is, that want to create first-person shooters. We waste far too much time telling them over and over again that you need to be confident with C++ before trying to write a simple 2D game.

    And if you can't figure out how your browser downloads files, I don't think you should be programming.
    It is kinda funny though...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. 2D Game project requires extra C++ programmers, new or experienced
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 05-16-2007, 10:46 AM
  4. beach bar (sims type game)
    By DrKillPatient in forum Game Programming
    Replies: 1
    Last Post: 03-06-2006, 01:32 PM
  5. PC Game project requires c++ programmers
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 02-22-2006, 12:23 AM