Top new questions this week:
|
I recently started using Version Control with my projects (even though I'm working alone on them). I find that it gives a nice way to keep history of the whole development process (with issue …
|
Before anything, that's not a "oh, where can I find resources?" question.
Well, I've been curious about one thing in the indie games industry.
For the development of the game, such tasks like game …
|
Every time I consider making my code strongly exception safe, I justify not doing it because it would be so time consuming. Consider this relatively simple snippet:
Level::Entity* entity = new …
|
I am laughing at myself ignorant on this. Google didn't produce an obvious answer. Could someone explain what orthogonal map and isometric map are, and how they are different?
|
I just did the online tech test for Lionhead and found it a bit defeating. There were questions that required you to work out the answers to recursive algorithms that accepted arrays as arguments and …
|
I want to start learning how to make games in XNA, but I have no idea where to start! If someone could advise me on what pieces of software I need and some good books or tutorials to look at, that …
|
For every game I've made, I just end up placing all my game objects (bullets, cars, players) in a single array list, which I loop through to draw and update. The update code for each entity is stored …
|
Greatest hits from previous weeks:
|
I am starting to learn OpenGL with FreeGLUT using the Superbible and the knowledge i have from my elementary graphics to brush up on my skills.
To get more from this experience i want to integrate a …
|
I want to develop a MMO like World of Warcraft, but some basic research says that is going to take months (if not years) and cost a lot of money. I'd like to know why.
|
Can you answer these?
|
Does anyone one know of a good Ruby On Rails compatible Browser Based Game Engine ?
|
For school I need to make a little game with UDK, the concept of the game is:
The player is the headguard, he will have some other guard (bots) who will follow him. Between the other guards and the …
|
Are there any examples of using BulletML (via the libbullml library), in C++.
I'm not sure where to start.
For example I know I must extend BulletMLRunner, however there is no such Bullet class which …
|