Thread: How to (let the code) put an object into a game.

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    50

    How to (let the code) put an object into a game.

    I'd like to know how to put an object into a game(could be something else, but just as an example..)

    I just started to learn c++, but I was wondering hot to put a drawn object (created using paint or whatever).
    For example: If I want to create a small game where you must control a tiny aircraft, how do I put the painted aircraft into the program??

    Just wondering...

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    50

    Reply

    I've read mainy totorials, but I couldn't find the information I needed. But I will sertainly try to find and read more totorial.(maybe even read a book)

    Thank's for your fast reply anyway

  3. #3
    If you just started you do not want to work with something like DirectX to make a game. At a new level the only games you should be making are things like "Guess the number."

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    50

    Reply

    Somehow I got the feeling I am just wasting your time with my posts.. But there are so many thing I'd like to know. I will try and find an answer myself. I don't need no replies to this post, only if they contain a link to a usefull website.

  5. #5
    Although Tic-Tac-Toe can be a confusing game to create, atleast if you are implementing some AI. That is the part I am having trouble with, although I haven't worked on the program in a while.

  6. #6
    Registered User
    Join Date
    Apr 2003
    Posts
    50

    Reply

    Yes, about AI programming. Do you use IF THEN or something like that?? I don't really understand how to create AI

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PC Game project requires c++ programmers
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 02-22-2006, 12:23 AM
  2. Finding object code
    By kidburla in forum C Programming
    Replies: 3
    Last Post: 11-29-2005, 01:09 PM
  3. Engine <=> DX/OGL | c++ ?
    By darkcloud in forum Game Programming
    Replies: 6
    Last Post: 05-13-2005, 12:19 AM
  4. A question about constructors...
    By Wolve in forum C++ Programming
    Replies: 9
    Last Post: 05-04-2005, 04:24 PM
  5. What exactly is in object code?
    By Shadow12345 in forum C++ Programming
    Replies: 2
    Last Post: 12-20-2002, 10:43 AM