Official development blog

Tag Archives: UI

FOV Aesthetics

At its most basic, displaying field of vision in a roguelike is simply a matter of whether you see a cell or don’t. These cells are in view–draw them; those cells aren’t–don’t draw them :P But there can be more to it than that! There are plenty of ways to get better-looking FOV, though before […]

Posted in Design | Also tagged , , , , , | 6 Responses

Dialogue UI

I recently added the third and final dialogue-related UI feature to Cogmind, so it’s time for a review of what all these different ways of displaying who says what are doing in the game :D Message Log This is the obvious one–any NPC dialogue is added to the message log for future reference if necessary, […]

Posted in GUI | Also tagged , | 2 Responses

Designing Cogmind’s World Map

Cogmind began as a 7DRL based around a simple fight (or flight!) from your subterranean starting location directly to the surface. As the new Cogmind works its way towards 1.0, a big part of its departure from those humble origins is the significantly expanded world. (For an initial discussion about the layout of the world, […]

Posted in GUI | Also tagged , , | 8 Responses

An Alternative UI?

Normally when I publish a new article, the focus is on explaining the results of some new feature/mechanic/design. Today’s post is a little different because it’s about an important feature that has not yet been implemented, nor have I come to a decision on how best to handle it. I’m using this post as a […]

Posted in GUI | Also tagged , , , , | 16 Responses

Garrison Access

Nearly two years ago, five machines were added to the game, forming the core interactive environmental feature in the world of Cogmind. Since then we’ve seen the addition of a few more environment-based elements in the form of non-interactive machines and traps, but no more hackable installations. Introducing: the Garrison Access point! Background Locating exits […]

Posted in Design | Also tagged , , , , , | 2 Responses