Trying to flesh out a Roguelike

Started by
2 comments, last by supageek 11 years, 6 months ago
I wrote a a design brief for a game, it'd be cool if you guys could give me some feedback, I'm trying to plan as much as possible before we write any code.

https://docs.google.com/document/d/1-cJMqBFmAk1wASbvy2_ZSH2CwhW__KXC19mugz_7Mzo/edit
Advertisement
Looks good. Is it turn based?

If it is, why worry about the renderer? Keep the gameplay in it's own class, and then send the gamestate to the renderer. Then you can implement as many renderers as you wish, and don't need to worry about 2D vs 3D.

Looks good. Is it turn based?

If it is, why worry about the renderer? Keep the gameplay in it's own class, and then send the gamestate to the renderer. Then you can implement as many renderers as you wish, and don't need to worry about 2D vs 3D.


We're shooting for realtime, possibly with pausing.
From what I've gathered and learned, you probably need to flech out the doc a bit more before you start coding.
Things like games flow, asset categories, feature list, etc.

You may want to do a search for Design Doc templates/guidelines to get an idea.

This topic is closed to new replies.

Advertisement