What now?

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
Avishaiozeri
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 85
Joined: Wed Mar 17, 2010 4:32 pm

What now?

Post by Avishaiozeri »

Hi everybody. I'v been learning c++ and sdl.
So, now i know c++ (more or less...), i know classes pointers functions etc.
I also know sdl - surfaces, event handling etc.
What now? I still don't really know how to create a simple 2d game. I only know how to draw things on the screen, and i need to improvise techniques in order to do stuff. The books never told me how, for example, map tiles work, animation, nothing!
Is there a book on game programming with sdl? not focus on sdl, because it just teaches the functions and structures of sdl, not where to use what and how. Do i need to find that out myself?
thanks
mattheweston
Chaos Rift Junior
Chaos Rift Junior
Posts: 200
Joined: Mon Feb 22, 2010 12:32 am
Current Project: Breakout clone, Unnamed 2D RPG
Favorite Gaming Platforms: PC, XBOX360
Programming Language of Choice: C#
Location: San Antonio,Texas
Contact:

Re: What now?

Post by mattheweston »

Try gamedev.net they have a vast array of resources to help people learn the ins and outs of game development.

http://www.gamedev.net/reference/start_here/
Image
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: What now?

Post by hurstshifter »

http://lazyfoo.net/SDL_tutorials/index.php


They may not be 'the best' SDL/C++ game development tutorials but they will certainly get you through the basics of what you are looking for.
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
Avishaiozeri
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 85
Joined: Wed Mar 17, 2010 4:32 pm

Re: What now?

Post by Avishaiozeri »

Thanks, i'll try those :)
Post Reply