Jec86N
November 3rd, 2007, 01:16 AM
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?
|
Click to See Complete Forum and Search --> : Game Engine Development Jec86N November 3rd, 2007, 01:16 AM 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? Jec86N November 8th, 2007, 10:55 AM Well I have been study about game engines but I still need help with starting out and making a good AI that is awesome. Mybowlcut December 18th, 2007, 05:57 AM 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 (http://www.gamedev.net/community/forums/) 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. YourSurrogateGod December 25th, 2007, 08:25 PM Here are books that can help: http://www.amazon.com/gp/product/1556220782/ref=wl_it_dp?ie=UTF8&coliid=I2MREW07N9X4PU&colid=1AQPSMP5G3MZN http://www.amazon.com/Engine-Toolset-Development-Graham-Wihlidal/dp/1592009638/ref=pd_bbs_sr_3?ie=UTF8&s=books&qid=1198632236&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 skynet67 December 26th, 2007, 05:34 AM 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 Jec86N February 3rd, 2008, 04:35 PM 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. YourSurrogateGod February 3rd, 2008, 09:21 PM 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. Bobbysl December 1st, 2008, 11:56 AM 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 QuinnJohns November 21st, 2009, 03:00 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |