Nishok Posted November 12, 2010 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted November 12, 2010 Can anyone link me to a good tutorial site to learn how to make simple 2D games? I don't care what types of small games, as long as it is one. The reason why I'm asking this is, if I learn from this stuff, I can make it advancer myself by well.. idk how to explain how I work (this is how I learned GLua, looking at simple tutorials and making my own advanced shit) Link to comment
Kiwi Posted November 12, 2010 Content Count: 1324 Joined: 07/25/09 Status: Offline Share Posted November 12, 2010 Do you at least know the basics off C++? If you really want to just hop in to a game tutorial (which I don't recommend) I'll try and help, but at least learn how to code simple programs first. Link to comment
Nishok Posted November 12, 2010 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted November 12, 2010 Do you at least know the basics off C++? If you really want to just hop in to a game tutorial (which I don't recommend) I'll try and help, but at least learn how to code simple programs first. well, the basic of the basic. But with my Lua knowledge (since it is somewhat connected) I can call it basic. The tutorial just needs a bit of comments and I'll get along pretty fast. Link to comment
jazzy Posted November 12, 2010 Content Count: 2183 Joined: 06/28/09 Status: Offline Share Posted November 12, 2010 One of the best ways to learn coding is to look more at a game with the code opened up and then have the developer use comments to describe what each thing does. Tutorials are pretty much the same thing, but not as visually appealing, imo. Link to comment
Nishok Posted November 12, 2010 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted November 12, 2010 One of the best ways to learn coding is to look more at a game with the code opened up and then have the developer use comments to describe what each thing does. Tutorials are pretty much the same thing, but not as visually appealing, imo. Yeah, but that's why I'm asking the community, because I can't really find any. Link to comment
MPQC Posted November 12, 2010 Content Count: 2167 Joined: 03/24/08 Status: Offline Share Posted November 12, 2010 I suggest you give the Dark GDK a go. It'll give you a taste for (easier) game programming - in which you can then move onto DX, D3D or OGL. From what I've done with DGDK, it's great for indie. But, honestly, you must learn the language before you can create something with it. So the first step is to ignore your thoughts of "I want to make a game!" and actually learn something. When I first began I used this website to learn, as everything is really well explained. It won't be a simple "Learn C++ in 10 hours!" reading (unless you know another c-style language, that is..) but you'll learn quick, I hope. Then the part that interests you. After you've learned how to actually do something in C++, check out their forums & code bases. There are dozens of examples from other people on how to do whatever you want, so open up their code and get roaring. 1 Link to comment
Nishok Posted November 12, 2010 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted November 12, 2010 Thanks MPQ Link to comment
Cromyth Posted November 12, 2010 Content Count: 2942 Joined: 06/07/09 Status: Offline Share Posted November 12, 2010 http://www.yoyogames.com/gamemaker/try Simple program, just need to figure out how to use it. Link to comment
Nishok Posted November 12, 2010 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted November 12, 2010 http://www.yoyogames.com/gamemaker/try Simple program, just need to figure out how to use it. The problem is, that isn't coding, that is simple drag and drop Link to comment
Cromyth Posted November 12, 2010 Content Count: 2942 Joined: 06/07/09 Status: Offline Share Posted November 12, 2010 The problem is, that isn't coding, that is simple drag and drop Go to a local community college or something and take game design classes Link to comment
Recommended Posts
Reply to Thread
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now