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
What now?
Moderator: PC Supremacists
-
- 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?
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/
http://www.gamedev.net/reference/start_here/
- hurstshifter
- 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?
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.
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
http://www.thenerdnight.com
-
- Chaos Rift Cool Newbie
- Posts: 85
- Joined: Wed Mar 17, 2010 4:32 pm
Re: What now?
Thanks, i'll try those