Tagged Questions

A system designed for the creation and development of video games

learn more… | top users | synonyms

89
votes
10answers
30k views

Component based game engine design

I have been looking at game engine design (specifically focused on 2d game engines, but also applicable to 3d games), and am interested in some information on how to go about it. I have heard that ...
25
votes
12answers
2k views

Making a hack proof game in Javascript

Suppose you created an online game in HTML5/Javascript. All the code would be downloaded into the users browser, and they would run the game. What is stopping someone from copying the game onto ...
13
votes
2answers
16k views

What's the best free Android game engine? [closed]

I'm hoping to make an Android game this summer, and I'm wondering where to start. Can you tell me what the best engine would be to make a tower defense game? I would also like easy portability to ...
12
votes
8answers
4k views

Mature cross-platform engine for HTML5 games

I'm looking for a mature cross-platform engine for HTML5 games. I need: Target support for major PC browsers, iOS (in-browser), Android (in-browser). Build environment support for Linux and OS X ...
12
votes
2answers
1k views

Need help chosing a Game Engine for Android

I am thinking about creating some games in Android using an engine. The game will be in birds eye view and you will be similar in style to Command & Conquer. I will need to use some game AI as ...
11
votes
3answers
178 views

How are game (e.g. Oblivion) quests modeled? [closed]

I've just started playing Elder Scrolls IV: Oblivion a few days ago, and one thing I cannot help but wonder about is how the quest system is handled programmatically? Specifically, there are many ...
11
votes
8answers
2k views

Corona SDK free alternatives

I tried corona sdk free edition, i really liked it. The problem is, that im not so good developer to use corona paid edition for my small project, i'm aware that i'll not earn my money back. Are there ...
11
votes
5answers
8k views

Game engine for Android

Can you suggest a game engine for Android. I want to be an open source (2d or 3d) engine. I worked on SIO2 interactive v1.5 and v2, and i prefer to write in C/C++.
11
votes
3answers
631 views

How to best synchronize game engine and network server in Haskell?

I am designing a little soccer game where the game engine (that computes player moves etc.) runs on a server, and rendering and keyboard/mouse handling is done by the client. For the server (Haskell) ...
11
votes
7answers
887 views

Any Games Engine for Delphi?

I want to create a game in Delphi Is there any good game engine for Delphi? based on directx 10 or OpenGL? I need it for 3D games, or only I can do that with C++?
11
votes
4answers
1k views

Game Programming - communication between game objects in 2d

recently I have been trying my hand at coding a game in C#. I'm not using XNA for this, as I thought I would learn more if I coded the game from scratch (although I am using a multimedia engine). I'm ...
10
votes
7answers
4k views

game engine for iPhone/Android

is it possible to do cross platform game engine for iphone and android. if its how can i do this. what are all thinks i need to study to do this. thanks for your kind help!
10
votes
5answers
577 views

Source codes of Famous Games

There are many hit games, that are out-of-date, and have their code released to the public. Such code would be of great interest for the programmer, wishing to see some good (and often creative) ...
9
votes
5answers
735 views

Investigation of optimal sleep time calculation in game loop

When programming animations and little games I've come to know the incredible importance of Thread.sleep(n); I rely on this method to tell the operating system when my application won't need any CPU, ...
9
votes
1answer
199 views

Game architecture for someone with a background in LOB Apps

I've got a background that is almost entirely based around business applications - Web services, schedulers, desktop and web front-ends to CRM systems, etc... Now with almost all of the above ...
9
votes
6answers
2k views

Good 2D Collision Response References

Hey, I'm currently looking for various methods of implementing collision response in 2D video games, something similar to this tutorial Metanet has: N Tutorial I'm looking to implement something in ...
9
votes
1answer
620 views

How to create logic bricks programmatically in Blender?

I would like to let my initializing script to create additional sensors/controller/actuators necessary for an interactive Blender application (not necessarily a game). This is preferable for two ...
9
votes
3answers
1k views

Chipmunk Physics or Box2D for C++ 2D GameEngine?

I'm developing what it's turning into a "cross-platform" 2D Game Engine, my initial platform target is iPhone OS, but could move on to Android or even some console like the PSP, or Nintendo DS, I want ...
9
votes
7answers
4k views

Insightful resources for game engine architecture?

I am looking for resources that describe, in detail, the design decisions involved in game engine architecture. I am especially looking for analysis of the pros and cons of different design decisions ...
9
votes
6answers
475 views

How do you get started when trying to understand the code of a 3D game engine (like id Tech 3)?

I'm a C# developer for the most part. Back in college I had classes on C/C++ so I "know C" and that's a good chunk of the reason I'm a C# developer. However I've never had the chance to code in C/C++ ...
8
votes
2answers
154 views

Ruby sandboxing vs. integrating a scripting language

I am currently working on a text-based game engine in Ruby, with the app separated into Ruby code in /lib and YAML data in /data, which is loaded when needed by the game. I want to allow the data ...
8
votes
2answers
1k views

Applying Zoom Effect In cocos2D gaming environment?

I'm working on a game with cocos2D game engine and make load all the sprites while it load the level, now as because some of sprites (obstacles) are taller than 320 pixel, thus it seems difficult to ...
8
votes
7answers
2k views

OOP Game Design Theory

I've tried to develop a 2D game with C++ in the past using mere objects, however, in the design process I don't know how and what parts of the engine I should split into smaller objects, what exactly ...
8
votes
4answers
3k views

Unity vs Torque game engines and IDE environment

I want to get people's opinion of Torque and Unity and their IDE tools. You build Torque games using one of their engines (I'm currently interested in the iPhone engine), and Torque Game Builder ...
7
votes
5answers
433 views

Web-Based Game Engines - Request For Input

I'm creating a web-based online game and am trying to find the best fit in terms of a framework for the front end of the game. The back end of the game is currently using asp.net mvc 2. Given that I ...
7
votes
2answers
1k views

Webgl 2D engine?

Anyone know any good Webgl 2D engines? I've been thinking about using a Webgl 3D engine like Copperlicht but this feels like using a bazooka to swat a fly. I'm mostly interested in using it to develop ...
7
votes
3answers
185 views

Implementing a CVAR system

I would like to implement what I know as a CVAR System, I'm not entirely sure on what the official name of it is (if any). It's essentially a system used in some programs and video games, where a ...
7
votes
3answers
1k views

Event handling in component based game engine design

I imagine this question or variations of it get passed around a lot, so if what I'm saying is a duplicate, and the answers lie elsewhere, please inform me. I have been researching game engine designs ...
7
votes
5answers
2k views

RPG dialogue engine / structure

I've always been interested in the data structures involved in an RPG (Role-Playing Game). In particular, I'm curious about dialogue and events based actions. For example: If I approach an NPC at ...
7
votes
3answers
2k views

3D Engine for Driving Simulation

Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted at games that involve driving, or something more ...
7
votes
4answers
2k views

Math used in 3D (Game) Engine Programming

I'd like to get an idea what kind of math is typically necessary for 3D game engine programming? Any specific math (such as vector geometry) or calculation algorithms (such as fast fourier ...
6
votes
1answer
137 views

What are good techniques to handle state and state change in game development?

I'm an experienced developer new to game development, and I have made a reasonably simple but working 3D platformer game and am looking for ways to make the architecture more scalable. What is a good ...
6
votes
6answers
971 views

Help with game development. Render loop?

I'm working on a simple game, this is my first game project. Most of the samples I find have a Render Loop where all the game logic is made too and I just don't like this. Let's say I have a ball ...
6
votes
3answers
408 views

What technology should I use to write my game?

I have a great idea for a 3D network game, and I've concluded that it is possible to write it in Java as an applet which will live under the web browser, just like a full software in C++. And it will ...
5
votes
1answer
188 views

Game Engines on Android - performance, size, features

i need to pick the good engine for android game development. i've so far investigated the following: Rokon (said to be unstable) AndEngine (slow, tried myself) LibGDX (looks promising, yet learning ...
5
votes
2answers
268 views

How to write solid Pure Aggregation (composition) Game Objects in Java?

So I am just at the beginning of writing a game in Java and I am writing my game objects. Now I have read here in Evolve Your Hierarchy that you should build your games as compositions and not as a ...
5
votes
3answers
5k views

Cocos 2D Game Engine Android

I wanted to develop a game on android using cocos 2D engine. I found two different libraries by different developers for cocos2d-iphone library. First is http://code.google.com/p/cocos2d-android/ by ...
5
votes
2answers
6k views

LWJGL Game Engine Tutorial (Java)

I'm looking to create 3D games with LWJGL, but can't find any good tutorials for my skill level. Anybody have any suggestions?
5
votes
1answer
216 views

How to approach porting a game engine to another platform?

I've run into this problem several times before and wanted to hear what other's experience and advice is. Assume you have a working and stable but relatively small game engine that works on only one ...
5
votes
3answers
952 views

3D game engine for networked world simulation / AI sandbox

More than 5 years ago I was playing with DirectSound and Direct3D and I found it really exciting although it took much time to get some good results with C++. I was a college student then. Now I have ...
5
votes
3answers
876 views

Are there any game/graphics engines for the D programming language?

Are there any game/graphics engines for the D programming language?
4
votes
1answer
207 views

Game engine and data driven design

I've heard about data driven design and have been researching about it for a while. So, I've read several articles to get the concepts. One of the article is Data Driven Design written by Kyle ...
4
votes
1answer
306 views

Blender: Changing the alpha transparency of an object through Python?

I'm looking to change the transparency of a plane in real time using the games engine. I found this script: for x in [0,1,2,3]: own.meshes[0].getVertex(0,x).setRGBA([1,1,1,alpha_rate]) This ...
4
votes
6answers
461 views

Game engine with python scripting?

Looking to put together a 3D side-scrolling action platformer. Since this is my first time trying to put together a non-simple adventure game, I'm at a loss for which engine to consider. I would ...
4
votes
1answer
204 views

How did Valve build their real-time achievement engine in Team Fortress 2?

The complexity of achievements I've noticed while playing Team Fortress 2 on Steam is amazing. Are there any resources that describe how they architected their achievement engine? There is a lot of ...
4
votes
5answers
712 views

C# delegate performance in xna game

I am currently developing a C# .net xna game engine. I have been trying to figure out a way to have an update manager / scheduler / event system. I currently am using delegates to provide a way to ...
4
votes
1answer
394 views

Recommendation for a Strategy Game Engine for .NET?

Can anyone recommend a strategy game engine for the .net framework. I downloaded XNA, but it is way beyond my needs. I just want to create a turn based strategy game. I have searched and searched, but ...
4
votes
4answers
2k views

WPF<->XNA - how to combine these two technologies?

I've read on few places already, that it's possible to combine XNA and WPF. What I personally need is a game/map editor, which would actually be the game itself (would have the engine running in ...
4
votes
7answers
440 views

Programming Games and Applications/OS

I am 13 years old and am interested in programming for games. I am currently building an iphone game with Shiva using Lua as the scripting language. After that, I am not sure what I should do or what ...
4
votes
5answers
3k views

What is the best free portable 3d/2d engine?

Hello all i like to make very simple 3d/2d game for pc/mac/linux what is the best free 3d/2d engine for this ? i have no experience in game programming so i guess it have to be easy to learn please ...

1 2 3 4 5 6