Tagged Questions
Hands-on teaching material for learning different elements of game development. Sometimes also used for topics on "in game tutorials".
-4
votes
1answer
67 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 ...
0
votes
0answers
129 views
Android Game Development Tutorial [closed]
Is there a really good tutorial on Android game development?
Provide some links, please.
8
votes
2answers
230 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 ...
14
votes
2answers
142 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.
4
votes
2answers
269 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 ...
3
votes
1answer
322 views
Hexagonal grid/tiles tutorials
Are there any platform or language agnostic (preferably step by step) tutorials regarding creating hexagonal grid based maps/games? I'm mainly interested in grid/tiles basics and not advanced game ...
4
votes
2answers
410 views
C++ Role-Playing Design Best-Practices/Suggestions?:
Foreword: I have worked extensively with Java, but less with C++. I have an understanding of the general language and how it differs from Java, but could really use some help here. Additionally, ...
6
votes
3answers
1k views
What tools are available for developing 2D games like Tetris or Angry Birds for Android?
I would like to ask the following regarding developing Tetris- and Angry Birds-like 2D games for Android:
Is Java the official development language for Android?
What free or commercial Android ...
7
votes
0answers
336 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 ...
7
votes
4answers
394 views
Any learning/studying material for C/C++ that use game programming as learning context out there?
As most of game programming is done - I read on this very site - in C/C++ I was wondering if there is any learning/studying material for C/C++ that would target specifically game programming.
I am ...
-5
votes
1answer
74 views
Can you help me re-find a certain online training site?
I used to know this website with lots of good computer graphics video lessons. There was tons of stuff on Photoshop/3D/general art/anatomy and alot more. To view the video lessons you had to subscribe ...
-2
votes
1answer
198 views
does anyone know a good guide/tutorial on 2d rpg for visual basics?
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 ...
7
votes
1answer
577 views
Ultimate beginner's tutorial to 3d game dev using XNA Framework?
I'm looking for a tutorial that starts at square 1 for game development and moves up through intermediate/expert levels of 3D game development. I really want to get into 3D game dev and I've been ...
3
votes
1answer
209 views
XNA beginner - can't display cannon in 2D tutorial
I taking my first steps with XNA. I'm building the old 2D tutorial that used to be posted on the XNA website. I got to the part where I display the cannon, but its not showing. Can someone please take ...
13
votes
4answers
951 views
How can a programmer learn to draw 2D assets?
Are there any good tutorials for someone who wants to create 2D graphical game assets? Drawing classes for absolute beginners, preferably teaching skills that can be as relevant as possible to games - ...