Tagged Questions

20
votes
3answers
314 views

How to program to old game consoles? [closed]

I want to know how to program to old game consoles for fun. Can I use a programming language such as C? Will I have to use assembly? I do not know any console compiler, assembler or API. I will need ...
12
votes
6answers
19k views

What programming language is used for video games? [closed]

What kind of languages and IDEs are used to develop video games? like Xbox 360 games? Are they OOP? Thanks. UPDATE: Great answers guys, I am sorry I can only mark 1 as answer, you have all provided ...
8
votes
9answers
787 views

Is there an equivalent to the XNA framework for consoles other than XBox360?

It's gotta be free. It's hobby, after all, not a business!. Creating for-profit software isn't an issue, but anything that requires a hardware mod is out.
4
votes
8answers
342 views

Maths in Programing Video Games

I've just finished second year at Uni doing a games course, this is always been bugging me how math and game programming are related. Up until now I've been using Vectors, Matrices, and Quaternions in ...
1
vote
4answers
671 views

Cool C# book, with or without XNA?

I am looking to delve into the wonderful, windowy-world of C# development, and I am wondering about the best book for the job. Now, I have two options in my opinion: 1) Get a book that focuses ...
1
vote
8answers
648 views

Programming in gamedev (performance related)

I am just wondering how some things work in gamedev: I know, that the performance is actually crucial so there is still (and I think never will be) no place to use managed languages/platforms as ...