Hands-on teaching material for learning different elements of game development. Sometimes also used for topics on "in game tutorials".
60
votes
16answers
17k views
Good game design books? [closed]
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 ...
54
votes
15answers
12k views
What are some good learning resources for OpenGL? [closed]
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 ...
54
votes
6answers
7k views
How to write a network game? [closed]
Based on Why is so hard to develop a MMO?:
Networked game development is not trivial; there are large obstacles to overcome in not only latency, but cheat prevention, state management and load ...
47
votes
7answers
3k views
What are the dangers of self-teaching game development?
I am about to embark upon a journey into game development. Following answers to my last question, I will be using C# and XNA.
However, I don't personally know any other game developers and I don't ...
33
votes
5answers
11k 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?
32
votes
11answers
5k views
What path finding algorithms are there?
I'd like to read up on path finding algorithms. Is there a primer available or any material or tutorials on the Internet that would be a good start for me?
32
votes
8answers
12k 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?
...
20
votes
11answers
3k views
XNA development tutorials
Can anybody guide me about where can I get the basic starter tutorials for developing using XNA framework?
19
votes
3answers
846 views
Making a game as a tutorial?
I am in charge of a game development club at my school and I'd like to work on a project this summer that I could use as a tutorial next semester. I have never done anything quite like this so I was ...
18
votes
9answers
4k views
Best place for learning how to write games in Unity3d [closed]
What's the best place for tutorials & other learning resources for unity3d?
18
votes
4answers
8k 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 - ...
15
votes
5answers
2k views
Where do I start if I want to independently learn game graphic design?
I want to learn how to create custom graphics, not use freely available resources. But I have been looking around for articles or tutorials on how to start with 2D game design in general, and I can't ...
14
votes
2answers
210 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.
12
votes
2answers
5k 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 ...
12
votes
3answers
871 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 ...
11
votes
7answers
2k views
AS3/Flash Game Dev: Looking for good & current step by step
Flash tutorials and examples have been around so long it is hard to know what sites to actually read for good, current AS3 game dev.
I'm looking for a good start to finish for flash game development, ...
11
votes
3answers
4k views
How to client/server game using Google App Engine (Looking for tutorial.)
(NOTE: This is a duplicate of a question I asked on SO, having temporarily forgotten about GameDev <hang head in shame>. When one is answered, I will link it back to the other.)
I'm trying to ...
10
votes
4answers
15k views
Where are all the tutorials for libGDX?
I've searched online for help and tutorials on LibGDX but I couldn't really find any, except and the wiki for asking questions on stackexchange. Besides the source (demos) and wiki, is there any other ...
10
votes
1answer
5k 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 ...
10
votes
2answers
356 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 ...
8
votes
2answers
685 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
6k 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
4answers
619 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 ...
7
votes
1answer
2k views
Where to start writing games, any tutorials or the like? [closed]
I'm actually an industrial systems developer with knowledge of .NET C# and VB.NET, C/C++, Delphi, and an intermediate knowledge of 80286 Intel assembly language.
I would be interested to learn how to ...
6
votes
4answers
539 views
Do we need tutorials?
Children learn through play, which by it's core nature is subversive. In digital games we can enforce and feedback any arbitrary rules and do not require "conceptual rules" like don't step outside the ...
6
votes
4answers
2k views
Looking for JMonkeyEngine tutorials and documentation
I'm looking for tutorials and documentation for JMonkeyEngine, beside the material on the official website. Any clue?
4
votes
2answers
850 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, ...
4
votes
2answers
1k 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 ...
4
votes
3answers
4k views
shader tutorial for unity
I would like to start developing my own shaders within unity.
For starters I would like to do a screen spaced blur.
Are there any good tutorials to learn shader development besides the official ...
4
votes
6answers
335 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 ...
3
votes
3answers
970 views
Basic tutorial/introduction for 3d matrices, idealy in c++, without openGl or directX
I am wondering if there is a simple tutorial that covers the basics of how to initialize rotation, translation and projection matrices, and how to multiply them, and how to get the screen coordinates ...
3
votes
1answer
130 views
source development kit tutorials
I'm looking to create a demo using the source development kit.
Because i want it to have a similar style to portal, but one I'm wondering can i get the portal 2 authoring tools without owning the ...
3
votes
1answer
442 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 ...
3
votes
3answers
3k views
Learning to write a solitaire game
Many years ago I did some programming in TurboPascal (on DOS!), but have not programmed since. Since retiring, I have "invented" a few solitaire games that I have given to people who sell solitaire ...
2
votes
4answers
1k views
Are there any good html 5 mmo design tutorials?
Hey all. I got a rather inspired after playing gaia online's zOMG and wanted to revive an old project idea I've had laying around for a few years now.
I'm looking to work with html5 (ie canvas, svg ...
2
votes
3answers
2k views
Where can I find tutorials for LWJGL?
I don't know if this is against the FAQ so if you close this, it'll be no surprise.
I have done research but all the tutorials I have seen have been to hard to follow; I reckon there are better ones ...
2
votes
3answers
2k views
What's a good Flash game development tutorial, in FlashDevelop, for an absolute beginner?
Ok, here's my situation: I'm tutoring a 14yo homeschooled student with very little previous programming experience, and I'd like to teach her how to program. I think that Flash Actionscript 3 is a ...
2
votes
2answers
692 views
Cocos2d v2.0 and OpenGL 2.0/1.0: where to start
I started developing my very first game 3 months ago using Cocos2d 2.0 for iPhone. I am now in the stage where I'd like to add some cool effects to the bullets and some special weapons (see my ...
2
votes
2answers
142 views
Do I create a first login tutorial for new users?
I'm finishing my first browser game. I really don't know if I have to develop a "first login" tutorial or not. Do you think it's important?
I hate the image-based tutorials, with just few screenshot ...
2
votes
1answer
623 views
Getting started using C# and Physics (Resources, Tutorials, Samples, etc.)
As an application developer, I plan on now getting started in game development so I have come along to this site.
I am a proficient C# developer so I guess it makes sense to start game development in ...
1
vote
4answers
495 views
searching for “university kind” free online course about OPENGL
I know there are a lot of free university courses, but I'm trying to find one about OpenGL.
Do you know where can I find one, online?
1
vote
2answers
962 views
Where to start learning OpenGL with C++? [duplicate]
I'm 16 years old and my name is Norbert.
I have learnt C++ and made some cool text based games and such but I would love to start graphical programming. I'm a decent artist (I will have some of my ...
1
vote
1answer
312 views
Random Sprite Speed
I followed the Rain Catcher tutorial from libGDX and I made some modifications to the code, allowing the rain drops to appear faster. But I cant figure out how to make the raindrops fall at random ...
1
vote
3answers
480 views
Quality Current Free UDK Tutorials?
I'm just getting started with the UDK, with experience in Unity, and would like a good tutorial series about getting to know my way around the basics of level design and a touch on programming. I have ...
1
vote
1answer
645 views
Errors on LibGDX tutorial
I get the following errors on the LibGDX tutorial "Simple App"
Exception in thread "main" java.lang.UnsatisfiedLinkError: no gdx64 in
java.library.path at ...
1
vote
1answer
299 views
Tongue pull effect
I've been searching on the net for several days and can not find nothing about this effect. Even a name for this effect. I want to make a character that can use his tongue to pull objects objects it ...
1
vote
0answers
535 views
Android Game Development Tutorial [closed]
Is there a really good tutorial on Android game development?
Provide some links, please.
1
vote
1answer
162 views
Can you share some URLs for tutorials that demonstrate programming basic game logic?
I'm really looking for some of the basic concepts to get started, like decision trees and some discussion around aspects of AI and what to consider. A tower defense game would be a good example (but ...
0
votes
2answers
142 views
Tutorials for shadow mapping with multiple point lights in XNA [closed]
I've been trying to crack this problem for a while now and I'd like to know if there's a tutorial or two out there that can help me with this. I know how to do shadow mapping with a single light, and ...
0
votes
1answer
1k views
How to make a top down shooter? [closed]
I want to know is with XNA 4.0 (and C#) How do I exactly make a top down shooter? I have been looking for ages, but have been unable to find out how.
If someone could tell me how to get started with ...