Tagged Questions
This is for questions that pertain to the programming of games or game-like software. This includes 3D console games, 2D phone apps and text-based web games, but should be used when the question has a particular relevance to games.
595
votes
13answers
102k views
How do emulators work and how are they written?
How do emulators work? When I see NES / SNES or C64 emulators, it astounds me.
Do you have to emulate the processor of those machines by interpreting its particular assembly instructions? What ...
306
votes
25answers
19k views
What is the best Battleship AI?
Battleship!
Back in 2003, (when I was 17,) I competed in a Battleship AI coding competition. Even though I lost that tournament, I had a lot of fun and learned a lot from it.
Now, I would like to ...
227
votes
19answers
15k views
Pacman: how do the eyes find their way back to the monster hole?
I found a lot of references to the AI of the ghosts in Pacman, but none of them mentioned how the eyes find their way back to the central ghost hole after a ghost is eaten by Pacman.
In my ...
129
votes
25answers
16k views
Learning game programming
Quick question: I've been in the web-dev world for several years now, I've wrapped my head around Java, Python, PHP, C# and Ruby- and currently make my living as a C#.NET programmer and I want to ...
107
votes
37answers
6k 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 ...
105
votes
12answers
9k views
Defeating a Poker Bot
There is a new Open Source poker bot called PokerPirate. I am interested in any creative ways in which a web application could detect/thwart/defeat a poker bot. (This is a purely academic ...
96
votes
11answers
7k views
Conceptually, how does replay work in a game?
I was kind of curious as to how replay might be implemented in a game.
Initially, I thought that there would be just a command list of every player/ai action that was taken in the game, and it then ...
91
votes
6answers
3k views
What are the mathematical/computational principles behind this game?
My kids have this fun game called Spot It! The game constraints (as best I can describe) are:
It is a deck of 55 cards
On each card are 8 unique pictures (i.e. a card can't have 2 of the same ...
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 ...
82
votes
28answers
24k views
Why is Lua considered a game language? [closed]
Why is Lua considered a game language?
I have been learning about Lua in the past month and I'm absolutely in love with the language, but all I see around that is built with Lua are games. I mean, ...
74
votes
9answers
36k views
Tutorials and libraries for OpenGL-ES games on Android
What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL-ES, and I'm looking ...
72
votes
16answers
3k views
How are 3D games so efficient?
There is something I have never understood. How can a great big PC game like GTA IV use 50% of my CPU and run at 60fps while a DX demo of a rotating Teapot @ 60fps uses a whopping 30% ?
Thanks
70
votes
55answers
11k views
What's the best open source game to learn from? [closed]
This question has been preserved for historical reasons, but it is not
considered on-topic, so don't use it as an excuse to post something
similar.
More info at ...
64
votes
15answers
3k views
What are good sites that provide free media resources for hobby game development?
I really suck at graphics / music / 3D modeling / animation and it's a must-have when you have a hundred hobby game development projects you're working on. I'm looking for different quality sources on ...
62
votes
41answers
11k views
Best programming based games
Back when I was at school, I remember tinkering with a Mac game where you programmed little robots in a sort of pseudo-assembler language which could then battle each other. They could move themselves ...
60
votes
66answers
5k 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 ...
60
votes
21answers
14k 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 ...
58
votes
12answers
7k views
What is the current state of the art in HTML canvas JavaScript libraries and frameworks?
I am currently investigating options for working with the canvas in a new HTML 5 application, and was wondering what is the current state of the art in HTML canvas JavaScript libraries and frameworks?
...
54
votes
99answers
5k 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.
...
47
votes
7answers
5k 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 ...
46
votes
6answers
45k views
Where to get sprites & tilesets for 2d games?
Apart from creating my own graphics, where can I get to see some inspiring tilesets for inspiration and use for a 2d platform game ?
some of my favourites -
SavWae sprites - a huge list of links to ...
45
votes
6answers
21k views
Use C++ with Cocoa Instead of Objective-C?
I would like to write applications that use C++ and the Cocoa frameworks because Apple are not making Carbon 64-bit capable. C++ seems to be pretty vanilla in it's implementation on Linux and Windows ...
43
votes
5answers
610 views
When transforming textures (drawn as flat 3D objects) to mimic depth, black lines appear randomly
We are developing a top-down RPG using XNA. Recently we bumped into a setback when writing the code to display our maps. When drawing the map, top-down view with a normal transformation matrix, ...
42
votes
13answers
16k views
Which game scripting language is better to use: Lua or Python?
I have to program a game engine starting very soon for a 3rd year Games technology project. As a part of our project we have to integrate a scripting language for scripting our NPCs and other elements ...
39
votes
5answers
2k views
Is my Android App Draining Battery?
I'm developing a game for Android. It uses a surface view and uses the sort of standard 2D drawing APIs provided. When I first released the game, I was doing all sorts of daft things like re-drawing ...
38
votes
7answers
2k 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 ...
37
votes
11answers
2k views
Gaming Development vs Corporate Software Development [closed]
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 ...
36
votes
7answers
3k views
How did you get started with game development in Android? [closed]
Looking for any kind of recommendation, like books, articles, anything that aids me in getting started with game development in Android.
33
votes
12answers
3k views
Getting a job in the games industry as a developer, just knowing a game engine
I recently enrolled in a community college for games developement. But I am skeptical about the curriculum. I have no experience in the gaming industry so I wouldn't be able to tell whether it's a ...
33
votes
30answers
3k views
Are games the most complex / impressive applications?
I was thinking today about what could be the most complex / impressive application ever written. So I started thinking of what I am comfortable with and use everyday, databases.
Then I went into the ...
33
votes
27answers
3k 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?
32
votes
8answers
7k 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.
...
32
votes
25answers
5k views
Suggested gaming platform to learn - Direct X (C++), Open GL or XNA
My nephew is an aspiring game developer. I have taught him a bit of C/C++, and suggested he learn that for a start.
Once he has come to grips with that, which game/graphics API's do people suggest he ...
31
votes
2answers
13k views
Drawing Isometric game worlds
What is the correct way to draw isometric tiles in a 2D game?
I've read references (such as this one) that suggest the tiles be rendered in a way that will zig-zag each column in the 2D array ...
31
votes
5answers
2k views
How can you organize the code for a game to fit the MVC pattern?
I'm a freshman in college going for my computer science degree... I've programmed plenty the last several years but just lately I've been getting more into theoretical ideas about organizing code, ...
31
votes
6answers
2k 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 ...
31
votes
28answers
7k 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 ...
30
votes
4answers
3k 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 ...
29
votes
16answers
5k views
What Should Be in a 2D Game Engine?
Ok, so I ended up writing my own game engine based on top of XNA, and I am just wondering what else I need to make a complete engine.
This is what's in the engine:
Physics (Farseer Physics)
...
28
votes
10answers
9k views
Which Javascript engine would you Embed in an application?
Just to make it clear, I'm not interested in DOM scripting or writing Javascript in a browser. What I want to do is embed Javascript in a hobby game engine of mine. Now that we have the 5th generation ...
27
votes
10answers
21k views
Where to start game programming for Android
I'm new to game programming. But I'v got an ide for what I think would be a fun game for the Android platform.
My question is, where do I start? Anyone got some good sites to recommend or perhaps a ...
26
votes
4answers
995 views
Most efficient way to save tile data of an isometric game
I'm working on an isometric game for fast browsers that support <canvas>, which is great fun. To save information of each tile, I use a two-dimensional array which contains numbers representing ...
26
votes
10answers
8k views
Good resources for JavaScript 2D game programming?
As an exercise, I've decided to look into JavaScript for game programming. While it's far from being the best language for that, I do like the idea that it's cross-platform and it's always available ...
26
votes
9answers
3k views
Good resources on using functional programming in game development?
I'm quite new to that functional programming paradigm, but so far I like it. Since I'm into game development, I want to try it out in writing some games in purely functional programming style. I don't ...
26
votes
19answers
3k views
Mathematical question: procedural generation of a galaxy
I'm going to make a space/trading/combat game that is completely procedurally generated. But, I know that storing all of the details of the whole galaxy in memory is unfeasable. As a result, I've been ...
25
votes
7answers
11k views
How to differentiate between iphone4 and iphone 3
I am trying to build a game for the iphone using cocos2d engine. I wanted to know how can I tell a difference whether the user is using iphone 4 or iphone 3 as I wanted to load hi-resolution graphics ...
25
votes
4answers
2k views
Code Golf: 2D Platformer
The Challenge
Reach the end of the level!
Bonus points if you hit each of the (C)oin blocks exactly 2 times.
Disallowed
Hard coding the command sequence in any way.
Your favorite "One ...
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 ...
24
votes
3answers
11k views
Android OpenGL ES and 2D
Well, here's my request. I don't know OpenGL already, and I'm not willing to learn it, I want to learn OpenGL ES directly since I'm targeting my development to android, however. I want to learn openGL ...
24
votes
25answers
5k views
What is a good random number generator for a game?
What is a good random number generator to use for a game in C++?
My considerations are:
Lots of random numbers are needed, so speed is good.
Players will always complain about random numbers, but ...