Where to start?
Moderator: PC Supremacists
Where to start?
I am open to any suggestions on where to start in the game development industry. any book names, online tutorials, pretty much anything will be appreciated. thanks alot
- epicasian
- Chaos Rift Junior
- Posts: 232
- Joined: Mon Feb 22, 2010 10:32 pm
- Current Project: Gigazilla Engine
- Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
- Programming Language of Choice: C/++
- Location: WoFo, KY
Re: Where to start?
Have you watched Falco's "Getting Started in Game Development" series? If not here is the link: http://www.youtube.com/view_play_list?p ... 7C7523EFFD
That should get you started.
Edit: If you're going the C++ route, here's a PDF version of Sams Teach Yourself C++ in 21 Days: http://www.mediafire.com/?zkmymzdwdy3
That should get you started.
Edit: If you're going the C++ route, here's a PDF version of Sams Teach Yourself C++ in 21 Days: http://www.mediafire.com/?zkmymzdwdy3
- MadPumpkin
- Chaos Rift Maniac
- Posts: 484
- Joined: Fri Feb 13, 2009 4:48 pm
- Current Project: Octopia
- Favorite Gaming Platforms: PS1-3, Genesis, Dreamcast, SNES, PC
- Programming Language of Choice: C/++,Java,Py,LUA,XML
- Location: C:\\United States of America\Utah\West Valley City\Neighborhood\House\Computer Desk
Re: Where to start?
If you want to quickly move things along look at this. BlitzBasic I learned with this and Flash AS2.0. After you learn about this and the generals of programming then look into C/++
EDIT: I learned how to make pong and a sidescrolling platformer in about a month with this, I definitely recomend it. You'll progress fast and won't have too much trouble learning other languages that are more advanced after this. It also teaches more concepts than just programming.
EDIT: I learned how to make pong and a sidescrolling platformer in about a month with this, I definitely recomend it. You'll progress fast and won't have too much trouble learning other languages that are more advanced after this. It also teaches more concepts than just programming.
While Jesus equipped with angels, the Devil's equipped with cops
For God so loved the world that he blessed the thugs with rock
For God so loved the world that he blessed the thugs with rock
Re: Where to start?
so i don't necessarily need to learn different languages right away?MadPumpkin wrote:If you want to quickly move things along look at this. BlitzBasic I learned with this and Flash AS2.0. After you learn about this and the generals of programming then look into C/++
EDIT: I learned how to make pong and a sidescrolling platformer in about a month with this, I definitely recomend it. You'll progress fast and won't have too much trouble learning other languages that are more advanced after this. It also teaches more concepts than just programming.
- MadPumpkin
- Chaos Rift Maniac
- Posts: 484
- Joined: Fri Feb 13, 2009 4:48 pm
- Current Project: Octopia
- Favorite Gaming Platforms: PS1-3, Genesis, Dreamcast, SNES, PC
- Programming Language of Choice: C/++,Java,Py,LUA,XML
- Location: C:\\United States of America\Utah\West Valley City\Neighborhood\House\Computer Desk
Re: Where to start?
You don't need to. But I would recommend learning C and C++ EVENTUALLY, not necessarily to start with. For now just download the BlitzBasic demo. Not even Blitz3D just the BlitzBasic for starters.
While Jesus equipped with angels, the Devil's equipped with cops
For God so loved the world that he blessed the thugs with rock
For God so loved the world that he blessed the thugs with rock
Re: Where to start?
BlitzPlus?
Re: Where to start?
Pick a language and learn it properly. Once you get good at it, its not that hard to transition over and learn another language.