CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    35

    Game Engine Development

    I'm interested in developing a game engine and I need some help, like how do you start out creating a game engine, and a little with AI programming. Can anyone advise me or show/tell or explain how this will work?

  2. #2
    Join Date
    Feb 2007
    Posts
    35

    Re: Game Engine Development

    Well I have been study about game engines but I still need help with starting out and making a good AI that is awesome.

  3. #3
    Join Date
    Nov 2006
    Location
    Australia
    Posts
    1,569

    Re: Game Engine Development

    From my experience, it is best to create a game first and then re-use and/or slightly modify the classes from that game to use in the next one, refining each class along the way. Game engines are apparently very hard to make and end up being generally unusable... but you should go here to ask this question, as you'll get more and better answers. Try searching the forums there as well, as this has been discussed a lot there.
    Good judgment is gained from experience. Experience is gained from bad judgment.
    Cosy Little Game | SDL | GM script | VLD | Syntax Hlt | Can you help me with my homework assignment?

  4. #4
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: Game Engine Development

    Here are books that can help:

    http://www.amazon.com/gp/product/155...=1AQPSMP5G3MZN
    http://www.amazon.com/Engine-Toolset...8632236&sr=1-3

    Here is a list of open source games. You can grab their source code if you want and look through it in order to learn how game engines work.

    http://en.wikipedia.org/wiki/List_of_open_source_games
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  5. #5
    Join Date
    Dec 2007
    Location
    Ukraine
    Posts
    5

    Re: Game Engine Development

    at first try to find books about Creating AI (i didnt remember his names, but you can find suck books).
    Creating engine its very hard work, at first try to using 3dGameStudio or Irrlicht engine (the second more difficulty to use)
    off site's are: http://irrlicht.sourceforge.net/ and http://3dgamestudio.com

  6. #6
    Join Date
    Feb 2007
    Posts
    35

    Re: Game Engine Development

    Actually I'm looking for an easy to use game engine that is free and can develop MMORPG games? Other than that I am looking for an AI programmer to help develop the engine for the MMORPG. Also I changed the grahpics I just a game engine that can help me make a 2D MMORPG game.

  7. #7
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: Game Engine Development

    Here's a list of open source games.

    http://en.wikipedia.org/wiki/List_of_open_source_games

    That should help you to learn how others have done it and apply it to your own project.
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  8. #8
    Join Date
    Oct 2008
    Posts
    31

    Re: Game Engine Development

    Hey
    I think the best place is to start by doing some research on game engines and stuff. Try looking at the open source game engines. Mainly the documentations.
    Before going on to AI programing it'll be a good idea to learn about graphics programming. Like DirectX or OpenGL. AI should be the last thing you should look in to as it just makes the game more interesting and difficult. But having a good engine that manages resources well will go a long way

  9. #9
    Join Date
    Jul 2005
    Location
    Louisville, KY
    Posts
    201

    Re: Game Engine Development

    Hello, to chime in, I've had a fairly decent stint of game development, and often do hobbyist game development projects. My advice is not focus solely on creating engines, but creating games instead. As you make several games, you'll gradually build up a library of functions that'll amount to a game engine in time. This approach will allow you to build a game engine for many games, as opposed to a game engine for one game.

    Hopefully, I'm making a little sense. Just got off work, development on a deadline, tired - but gotta love it!
    -Q

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured