I'm very interested in game development, and I'd like to start on some basics. Sorry if this is a poor question, this is my first time on StackExchange.
|
closed as not constructive by jhocking, Maik Semder, Tetrad♦ Jan 2 at 22:23
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I'd say c++ with SDL is a good place to start. SDL is a library that helps you manage input with keyboard, mouse, draws you the window you need for the game, and handles alot of the little details you don't need/want to know as a beginner, abstracting all that to give you a quick and simple framework to work on for a beginner. Get SDL here: http://www.libsdl.org/ Use Code::Blocks or some other IDE. I like CB myself. |
|||||||||
|
