Tagged Questions

17
votes
5answers
720 views

How do you draw like a Crayon?

Crayon Physics Deluxe is a commercial game that came out recently. Watch the video on the main link to get an idea of what I'm talking about. It allows you to draw shapes and have them react with …
10
votes
8answers
863 views

How should I start designing an AI algorithm for an artillery warfare game?

Here's the background... in my free time I'm designing an artillery warfare game called Staker (inspired by the old BASIC games Tank Wars and Scorched Earth) and I'm programming it in MATLAB. Your …
8
votes
2answers
323 views

Creating a board game simulator (Python?) (Pygame?)

I've decided to start working on programming an old favorite of mine. I've never done a game before and also never done a large project in Python. The game is the old Avalon Hill game Russian …
7
votes
5answers
1k views

What are some good resources on 2D game engine design?

Hi all, I'm messing around with 2D game development using C++ and DirectX in my spare time. I'm finding that the enterprisey problem domain modeling approach doesn't help as much as I'd like ;) I'm …
6
votes
6answers
302 views

Self-regulation of a mini economy

Hello! At first: I'm not sure if it's an adequate question for Stack Overflow. It's not just about programming, it's about game design. But I'll try it ... I would like to deal with "Possibilities …
6
votes
6answers
258 views

Major game components

Hi, I am in the process of developping a game, and after two months of work (not full time mind you), I have come to realise that our specs for the game are lacking a lot of details. I am not a …
6
votes
8answers
359 views

Information on building a game

I am looking for quality tutorials, examples, and any other source of information on game design or game development. I have already found http://cheezeworld.com/game-structure/ and I want to find …
5
votes
5answers
406 views

Looking for good server-side language that will allow players to upload code that can be executed

I had an idea of a program I want to write, but which language would be best is my problem. If I have a car racing game and I want to allow users to submit code for new interactive 3D race tracks …
5
votes
8answers
482 views

Books for 3d game engine development

Hi. I'm looking for tips on books that goes through what is needed/recommended in a game engine for 3D. I don't need books about math, physics or OpenGL/XNA/DirectX, but only about the inner goings …
4
votes
9answers
507 views

Help in choosing a 3D game engine

I am not new to programming, I am quite good in C++, Windows SDK , VC++; but I am new to game development . I want to start this as a hobby in developing a desktop game . I have found several …
4
votes
3answers
188 views

Handling combat effects in game development

I'm trying to nut out a highlevel tech spec for a game I'm tinkering with as a personal project. It's a turn based adventure game that's probably closest to Archon in terms of what I'm trying to do. …
4
votes
6answers
621 views

Any good card game AI strategies?

What would be strategies for writing a good computer opponent for a card game? Most card games are games of incomplete information, so simply mapping out and traversing the game tree as one could do …
4
votes
8answers
634 views

What is the best application/technique to design 3D landscapes for a Game?

I am currently in the process of needing to create game content for our student project. I need to create a desert environment that we will export then load into our game. I am not a designer, …
3
votes
6answers
70 views

OO design and mirrored/duplicated methods

Hi everyone! I'm having an issue in OO design where I end up with duplicate code in 2 different classes. Here's what's going on: In this example, I want to detect collision between game objects. I …
3
votes
2answers
111 views

Resources for UnrealScript

Now that the Unreal Development Kit is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in UnrealScript, I am …

1 2 3 4 next
15 30 50 per page