View previous topic :: View next topic |
Author |
Message |
topblast How do I cheat?
Reputation: 0
Joined: 21 Mar 2011 Posts: 8
|
Posted: Mon Mar 21, 2011 8:35 pm Post subject: My Game Engine |
|
|
Well I will like to build my own game engine for my first game. I think i know directX. I have my understand of my way around C++ and I will like to know what the engine is required to do and have.
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Mon Mar 21, 2011 8:57 pm Post subject: |
|
|
you tell me what's required, you're the one writing it / tailoring it for your game...
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Mon Mar 21, 2011 10:50 pm Post subject: |
|
|
Go look at some open source engines if you want to get into that field. There is a lot involved and just saying 'I think I know' probably wont be enough to create a full featured engine.
Starts mall and add onto the engine as you progress. Don't try to do it all in a day or all at once. Focus on a single feature or feature set and finish them individually or you probably wont get done ever.
_________________
- Retired. |
|
Back to top |
|
 |
M.CORP Grandmaster Cheater Supreme
Reputation: 28
Joined: 28 Oct 2009 Posts: 1010
|
Posted: Mon Mar 21, 2011 11:32 pm Post subject: |
|
|
Wiccaan wrote: | Go look at some open source engines if you want to get into that field. There is a lot involved and just saying 'I think I know' probably wont be enough to create a full featured engine.
Starts mall and add onto the engine as you progress. Don't try to do it all in a day or all at once. Focus on a single feature or feature set and finish them individually or you probably wont get done ever. |
Yeah, like he said. And also, if you don't want to make your own game engine, use an opensource one.
I recommend you taking a look at idsoftware's id tech 1 engine (Wolf 3D. Doom, Doom2, Hexen, Heretic etc.) if you are making FPS.
There's also other game engines aswell, look here for more.
_________________
|
|
Back to top |
|
 |
Jorg hi I post too much
Reputation: 7
Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
|
Posted: Tue Mar 22, 2011 9:03 pm Post subject: |
|
|
And once you get good enough, create your own logical style of programming. So you can create an Engine that is unique in infinite ways.
|
|
Back to top |
|
 |
topblast How do I cheat?
Reputation: 0
Joined: 21 Mar 2011 Posts: 8
|
Posted: Fri Mar 25, 2011 6:31 pm Post subject: |
|
|
i see. thanks .. i can see my head will hurt making this.
|
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Sat Jul 09, 2011 12:37 am Post subject: |
|
|
Writing a Game involves fair amount of mathematics, physics and AI usage.
First you should start modding other games. then try to create your one own..
|
|
Back to top |
|
 |
rooski Master Cheater
Reputation: 0
Joined: 31 Oct 2007 Posts: 340 Location: Siberia
|
Posted: Sat Dec 17, 2011 1:52 am Post subject: |
|
|
As many people who actually make games will tell you write games not engines , this is especially true if you are a beginner , you are much more likely to lose interest and give up working on a boring engine than you are a game you enjoy. so make your engine include things that the current game you are working on needs , dont worry about expanding it for future games. chances are you will be able to reuse large parts of your code with small modifications anyways.
and the "engine" controls everything , updating positions ,AI , input, physics, drawing, and all their subcategories. once you actually start programming you will realize how much you have to worry about and correlate
_________________
clawtheclouds.com |
|
Back to top |
|
 |
smithjohn How do I cheat?
Reputation: 0
Joined: 06 Dec 2014 Posts: 1
|
Posted: Sat Dec 06, 2014 3:30 am Post subject: Welcome |
|
|
Hi guys,I am beginner of making games.Really i accept your post.Thanks for your valuable suggestions
|
|
Back to top |
|
 |
|