Tagged Questions
Hands-on teaching material for learning different elements of game development. Sometimes also used for topics on "in game tutorials".
-3
votes
2answers
243 views
does anyone know a good guide/tutorial on 2d rpg for visual basics? [closed]
well i just started programming a few days ago. ive messed around and made a few programs. calculator, web browser, basic char movement on bitmap, and a bitmap editor. and i wanted to see if i could ...
4
votes
6answers
188 views
Where can I find information for programming a game to avoid network latency issues?
I am looking for programming methods to counter network latency for say a racing game or a FPS. What I specifically mean is what would I need to do to the physics engine and what information should I ...
35
votes
14answers
3k views
What are some good learning resources for OpenGL?
I have been using the OpenGL ES on the iPhone for a while now and basically I feel pretty lost outside to the small set of commands I've seen in examples and adopted as my own. I would love to use ...
8
votes
1answer
392 views
Are the Marek-knows tutorials any good or still relevant?
Anyone have any experience with this? This hasn't been refereed as mush as it 'looks/sound' like.
http://www.marek-knows.com/index.php5
Among many other products, the site provides game engine ...
51
votes
11answers
3k views
What are some good resources for getting a beginner started in developing games? [closed]
I'm looking for books, websites, tutorials, anything that will aid in beginning the journey from novice to expert.
18
votes
4answers
3k views
What are some good resources for building a voxel engine?
What are some good resources (tutorials, code, papers, etc.) for learning about voxel rendering?
-5
votes
2answers
121 views
Looking for tutorial for a cool game suitable for a beginner to intermediate C++ programmer [closed]
I need to create a C++ game that can impress the admissions department for a college level videogame programming course I would love to follow.
Can anyone suggest a tutorial for a cool game suitable ...
-4
votes
1answer
84 views
I need Tutorial on animating sprites for non developers
I need a very detailed website, tutorial or article that explains how to design animation sprites for iPhone games. Most preferably the article should be suitable for people with no coding ...
48
votes
16answers
3k views
Good game design books?
I have some experience in creating, however I like to have some well written reference material to help me produce better products. Are there any game design books that are not aimed at a particular ...
0
votes
0answers
156 views
Android Game Development Tutorial [closed]
Is there a really good tutorial on Android game development?
Provide some links, please.
15
votes
7answers
2k views
How to learn 2d animation?
Where can I learn how to do simple 2d animation well? Or is it really just literally drawing every single frame of something in photoshop? Is there tips or tricks? Tutorials to help get started?
...
14
votes
2answers
146 views
What makes in-game tutorials effective?
Has there been any research into how to maximize in-game tutorials effectiveness? Any blogs, articles or research papers would be appreciated.
8
votes
2answers
236 views
Where can I read about techniques used in NES-era games? [closed]
I enjoy reading about techniques used in NES-era games. Is there a blog or site that is pretty much dedicated to this topic?
For example, here is an article talking about Pac-Man, and another about ...
10
votes
3answers
536 views
Useful resources for beginning AI
What resources are available, including both free articles/ebooks and physical books and things, for game developers looking to begin simple AI programming/design?
Note: I know of this question, but ...
4
votes
2answers
291 views
How should I represent a tile in OpenGL-es
Let me start with I am currently learning OpenGl-es using Android.
I have been having the hardest time trying to design a simple and logical way of making tiles (2d flat polygons). The tutorials tell ...