beginner tutorials?
#1 Members - Reputation: 102
Posted 10 September 2012 - 09:52 AM
#2 Members - Reputation: 3283
Posted 10 September 2012 - 10:41 AM
I suppose regardless to which language, read this. It is generally written for someone with no programming experience, but for the most popular languages it contains IDE, library, book and link suggestions for each. You really need to pick a language and library before we can give specific tutorial suggestions, but that guide will certainly get you started.
Of course, it isnt a comprehensive guide, there are also HTML frameworks out the wazoo, a number of Lua based systems rising in popularity ( Love, Corona, Moai, etc... ) and much more not covered.
Edited by Serapth, 10 September 2012 - 10:44 AM.
#3 Members - Reputation: 878
Posted 10 September 2012 - 01:30 PM
I'm also working on a fairly detailed Python 3 programming series ( I build a small memory match game from scratch ), which can be found on my channel.
Good luck.
Small and simple Python 3.x media library: pslab
#4 Crossbones+ - Reputation: 1141
Posted 10 September 2012 - 09:15 PM
IDE choice is partly dependent on what platforms you want to target and what language you choose. If you only care about Windows, then the Express version of Visual Studio is probably the best IDE you can get. I use Code::Blocks myself, as I prefer to work with GCC to produce cross-platform code easily.
For video tutorials, you can try this guy. He's very good at explaining things (so long as you can stand his voice), and covers Allegro, Allegro 5, SFML and XNA which are all game programming libraries. He also a has a series on Android development.
#6 Staff - Reputation: 8897
Posted 11 September 2012 - 01:21 AM
That's an ok link for a beginner to programming, but the original poster is already an experienced programmer who just wants to learn about games.Start here:
http://www.khanacade...gramming-basics
Edited by jbadams, 11 September 2012 - 01:21 AM.
- Jason Astle-Adams.
From my blog: 20 ways to advertise your game | What next? Intermediate to advanced C++
How to make games WITHOUT programming | 4 reasons you aren't a successful indie developer
#7 Members - Reputation: 1029
Posted 11 September 2012 - 03:08 AM
Transition from OpenGL 2 to modern OpenGL using my OpenGL Tutorial.






