Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Just like i asked in the title? What are the best engines for a (small) indie game? I am interested in infos about how much does it take to familiarize with the engine, special functions et cetera.

In addition, I would like to know what physics engine I should use for this type of game.

share|improve this question
Which language do you want to develop in? – Isaac Aug 23 '10 at 20:34
And for what platform? – Eiko Aug 23 '10 at 20:40
@Isaac: In C++. @Eiko: For PC, if this is what you mean. – sCelerated Aug 23 '10 at 20:49
So... any answers? – sCelerated Aug 23 '10 at 20:56

2 Answers

Even though I don't know if its the "best" for what your doing but, SDL is pretty good. You can write in C++ with it. It's 2D and good for indies. Plus, its cross platform so its not just limited to PC. Also there's Box2d which is a 2D physics engine in C++.

Just taking a stab. But, you should really clarify exactly what you want to do.

share|improve this answer
I can't clarify what i want to do, because (don't laugh) even me I don't know exactly. I am still learning how to manage problems in this industry and i found out that the best method is to "lurk & learn", but only in the wright places. – sCelerated Aug 24 '10 at 16:35
Now, what i know i wanna da: -A 2D Indie Game (I am new in this industry, so a more advanced 3D game would be a lot difficult to do); -I wanna use C/C++ or JavaScript for this project; -I need to use only freeware/open source software to develop my game; -For graphics I'll use Photoshop for editing, Illustrator for graphic creations (I am not decided between Iluustrator and Corel). I may be decided upon more things in my project, but I don't remember them right now. If I sayd something wrong, don't throw stones, I am still learning. – sCelerated Aug 24 '10 at 16:36
@sCelerated: Well, the "game industry" is kind of broad. You may want to consider what your trying to do a little further. If your going to become part of the big desktop computer industry with a team later on I would recommend making something very simple like Pong with OpenGL and/or DirectX (even though these are not indie friendly). If your planning on doing indie forever you may want to consider making games for platforms that typically use 2D stuff. iPhone, Android and other mobile platforms are good choices but, not many of those are C/C++ (Android is Java, iPhone is Objective-C). – thyrgle Aug 24 '10 at 18:14
@sCelerated: Finally, there is the option of online games, I do not know much about those, but, you can use Flash, Javascript, Pygame (I think you can put that online) or something like that. – thyrgle Aug 24 '10 at 18:16
No, I see this project more like a hobby than a "tool" to enter the game industry. And from this hobby I wanna also to learn. I don't wanna think about what "great benefits and/or fame" this project will bring me, because this is the main cause of failing in this case. If this will bring me benefits (I especially think about experience, not about profits), i will take them as a bonus. But I am disgressing from the original question. – sCelerated Aug 24 '10 at 20:42
show 7 more comments

This depends a lot on what you want to do (i.e. genre of game and features). I suggest you check out the canonical http://www.gamedev.net/ which has covered this topic several times (both in articles and forums).

share|improve this answer
2  
Actually, better yet www.gamedev.stackexchange.com. ;) – thyrgle Aug 24 '10 at 5:05
1  
@thyrgle: Good point, I keep forgetting that's up now, though the address doesn't have "www." at the start, i.e. gamedev.stackexchange.com – Grant Peters Aug 24 '10 at 6:35
Even better point. :) – thyrgle Aug 24 '10 at 16:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.