Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: A C# tile-based RPG using procedural generation.  (Read 2923 times)

0 Members and 1 Guest are viewing this topic.

zombiekiller222

  • Guest
A C# tile-based RPG using procedural generation.
« on: September 20, 2011, 02:40:39 am »
I'm starting work on a tile-based RPG. Think a cross between Minecraft and Diablo. It's pretty weak right now, and I haven't even started on the rendering engine, but I'm sure it will turn out alright. I'm not familiar with rendering and such, so if anyone could tell me how it's usually done it would help (for these kinds of games). Also, I haven't played Diablo in a LONG while. Isometric rendering seems very limiting (but probably the easiest rendering I would be able to do), so how is it done there? From what I remember it is done by hiding objects that would be in the way of the camera. (Btw, I know Diablo isn't technically isometric, but the default camera is in that view...)

 

anything