0
votes
2answers
47 views
Using Observer pattern over a network for board game
I am looking to make a networked board game based on Risk in C++. My idea was to have a central server which hosts a game lobby where users can connect and make/join games. The Obs …
4
votes
3answers
61 views
Javascript (or similar) gaming scripts for C# XNA
Lately I am preparing myself to develop yet another game in XNA C#.
The last time I worked on a game in XNA C#, I ran into this problem of having to add maps and customizable dat …
4
votes
12answers
212 views
3-d game programming
what programming language/languages do they use to produce games lik Bioware's Dragon Age Origins and some other 3-d games like Call of Duty?
If I would like to do 3d-game program …
0
votes
0answers
14 views
Is there a visual scripting library or toolkit that I can plug into my app?
Visual scripting is a great way for technically inclined non-programmers to articulate their ideas to a computer program. The abstract concepts of looping and visualizing decision …
1
vote
3answers
107 views
Basic skills to work as an optimiser in the gaming industry
I'm curious about a certain job title, that of "senior developer with a specialty in optimisation." It's not the actual title but that's essentially what it would be. What would th …
3
votes
3answers
172 views
Is there a better way to create this game loop? (C++/Windows)
I'm working on a Windows game, and I have this:
bool game_cont;
LRESULT WINAPI WinProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch(msg)
{
case WM_QUIT …
0
votes
1answer
18 views
Do you know of any Flex Point and Click game Libraries?
I'm looking for a game library for Flex that supports such features as:
Movement
Inventory
Items
Does anyone know of any libraries that might be suitable?
3
votes
6answers
147 views
Learning C# / XNA as a first language for indie games dev
Hi all,
I'm really wanting to get into game development (childhood dream!) and i think I'm now in a position to finally invest enough time into it. However i have a few questions …
2
votes
3answers
65 views
Intuitive 3D Math Resources
I have been trying to find some well presented and explained Vector and Quaternion resources recently to brush up on my 3D skills, and have been having some trouble.
Most of the …
0
votes
0answers
11 views
Jinput init’s controllers with up and left as true
I tried using it on this simple code, and JInput makes the controller automatically go up and left! IT seeems that input.isControllerUp(Input.ANY_CONTROLLER) starts out as true! Ho …
10
votes
7answers
300 views
Can you program a pure GPU game?
I'm a CS master student, and next semester I will have to start working on my thesis. I've had trouble coming up with a thesis idea, but I decided it will be related to Computer Gr …
0
votes
2answers
42 views
quality analyst [closed]
what is the role of quality analyst in games?
2
votes
2answers
91 views
Why rubygame and gosu are slower than pure opengl ?
I'm looking for a good graphic framework to make a nice 2D game in Ruby. I made 3 very simple test to see which graphic Ruby framework is faster between Gosu and Rubygame. The test …
3
votes
4answers
88 views
What features would you like to see in a game programming DSL?
Me and my friend are in the first stages of creating a domain-specific language designed for game programming, for his thesis paper.
The language will be fairly low-level, it will …
1
vote
2answers
104 views
Collision detection
I am doing a project where there is a room filled with objects with different shapes.
I am drawing the room in paint, being the picture all white and painting all the walls/obstac …
