Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

877415 Posts in 32864 Topics- by 24302 Members - Latest Member: bookwish

May 19, 2013, 12:58:28 PM
  Show Posts
Pages: [1]
1  Developer / Tutorials / Re: I'm going on a long path to learn programming on: May 05, 2011, 01:34:11 AM
Learn many languages. I recommend C/C++ with SDL & OpenGL. That's the "low level" stuff nowdays and will be the toolset that allows you to create cross-platform stuff that is actually fast. You might be better off starting with a higher level language such as Python, but making larger games should probably be done with a language that gives you more control.

Create a text adventure with C++. Learn the basic tools, memory pointers, references, singleton patterns, factories and all that (as mentioned above). Once you have some kind of data structures and programs written, move on to SDL (Simple Directmedia Layer). Lazyfoo's tutorials are good. Once you can handle SDL on some level, learn basic OpenGL. I recommend reading the OpenGL Super Bible. Now merge SDL and OpenGL and make your game.

EDIT: Also, This is somewhat important.

EDIT 2: Oh, also ask a lot of dumb questions. I still do that.
2  Developer / Feedback / Re: Pragmatica (puzzles, robots & map-maker) on: May 04, 2011, 04:30:48 AM
Interesting and fun game.

I found a bug: Devil and the Details, level 2

Objective: Guide the Group 1 robot to the exit

Instructions: (Spoiler, solution below)

Condition: See lit. Action: Continue, turn right
Condition: See wall. Action: Turn right
Condition: See crate. Action: Turn right, wait

You get to the exit, but the level keeps on running
Pages: [1]
Theme orange-lt created by panic