68
votes
37answers
3k views
Need for predictable random generator
I'm a web-game developer and I got a problem with random numbers. Let's say that a player has 20% chance to get a critical hit with his sword. That means, 1 out of 5 hits should be critical. The …
45
votes
25answers
4k views
Learning game programming
Edit: For anyone reading this now, I started a blog about my endeavor to learn game programming - you'll find it at learning-game-programming.com, I'm trying to post about things that are useful for …
43
votes
13answers
859 views
What are good sites that provide free media resources for hobby game development?
Please redirect me if this is a duplicate. I haven't been able to find a suitable question.
I really suck at graphics / music / 3D modeling / animation and it's a must-have when you have a hundred …
40
votes
62answers
3k views
Which programming language is manageable by an 11 year old kid?
Possible Duplicates:
What is the easiest language to start with?
What are some recommended programming resources for pre-teens?
My son is 11 years old and he would like to learn a …
39
votes
46answers
4k views
What’s the best open source game ever?
For me to read code and learn, not to play...
...of course ;-)
31
votes
11answers
2k views
Gaming Development vs Corporate Software Development
I'm learning C# right now. In my second semester of it. I'm new to all of this. I tend to not like stuffy atmosphere's and want to enjoy my work. I'm not a "nerd" gamer type that spends all day …
31
votes
7answers
2k views
Any patterns for modelling board games?
For fun, I'm trying to write one of my son's favorite board games as a piece of software. Eventually I expect to build a WPF UI on top of it, but right now I'm building the machine that models the …
28
votes
19answers
2k views
Why aren’t video games written in Java?
So I was just wondering, why aren't many video games (commercial 3D games, not random open source 2D ones) written in Java? In theory, it makes a lot of sense; you get a productivity boost and a …
24
votes
77answers
3k views
What first game did you program, and did it make you a better developer?
What first game did you program?
Name your game, the OS and language, and even a Website URL to get your game. Old DOS Games and Flash Games with ActionScript are allowed. Game kits are allowed, too.
…
20
votes
25answers
2k views
Suggested platform/tools for rapid game development and game prototyping
What platforms and tools should I use for rapid game development and prototyping?
Say that I have an idea for a simple game or a game mechanic that I want to try out, what are the best tools for …
20
votes
26answers
2k views
How do I get started in game development?
I want to get into game development. Can you give me some tips/directions to get started?
19
votes
4answers
937 views
Best practices for Alt-Tab support in a DirectX app?
When writing DirectX applications, obviously it's desirable to support the user suspending the application via Alt-Tab in a way that's fast and error-free. What is the best set of practices for …
19
votes
5answers
529 views
Game network physics collision
How to simulating two client-controlled vehicles colliding (sensibly) in a typical client/server setup for a network game? I did read this eminent blog post on how to do distributed network physics in …
17
votes
29answers
2k views
What are the worst problems in game design?
As a developer and gamer, I usually get bored with some problems of designed games. Here is my list:
1) Games that cannot be paused;
2) Games without sound volume control;
3) Games with long opening …
17
votes
7answers
2k views
Resources for 2d game physics
I'm looking for some good references for learning how to model 2d physics in games. I am not looking for a library to do it for me - I want to think and learn, not blindly use someone else's work.
…
