Learn to make an RPG

Ultimately, I would like to be able to make my own RPG. What tutorials/resources would help me achieve this goal?

This one: http://www.amazon.co.uk/Beginning-C-Through-Game-Programming/dp/1305109910/ref=sr_1_3?s=books&ie=UTF8&qid=1403709229&sr=1-3

This book has been released today and it's simply magnificent for beginners, i used this book to learn C++ (i bought the 2010 version back in 2011 and now there's a 2014 version updated with C++11, after reading this book pick up a graphic API and start doing some graphics)

EDIT: The book has not been released in the UK yet, but if you live in the US, it's out.
Last edited on
I would recommend a game engine, they help make games a lot faster then making your own engine.

Some C++ engines:

Unreal Engine 4:https://www.unrealengine.com/

Cryengine:http://www.crytek.com/cryengine/cryengine3/overview



Theirs probably hundreds more, these are the big ones.

A good source of information regarding game development is here: http://www.gamedev.net/page/index.html

@Jakee Using game engines such as Unreal or CryEngine really depends on the O/P programming skills, they are not that easy to work with.

I would personally check out something like SDL https://www.libsdl.org/index.php, not so much a game engine but a development library providing low level access to graphics, sound etc. and quite easy to learn. A lot of steam games have been written using it, and some development studios including Valve themselves have used it - as an example, heres a video of Team 17's Superfrog HD written with SDL: https://www.youtube.com/watch?v=3WR_GFHyUwI

Quite a powerful little library, and its cross platform.


Thank you all for your answers and links (links are always VERY helpful for learning).

And, especially, thank you to Softrix. I appreciate the more beginner friendly link as well as the conformation and reassurance that Unreal and CryEngine are probably more advanced than my skills. (I don't have to think twice about it, that most certainly are.)

Again, thanks everyone for the references and information. Cya next time!
Topic archived. No new replies allowed.