Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - qbradq

Pages: [1]
1
Programming / Why Auto-Explore is Missing the Point
« on: December 04, 2012, 07:52:00 PM »
There's something that really bugs me about most Roguelikes, and I'd like to take a moment to air the complaint: Auto-Explore.

Why do we provide an auto-explore feature? Because exploring the dungeon is tedious, repetitive and uninteresting. Auto-explore is a means to get the player to the interesting bits of the game quickly and efficiently. But isn't that missing the point? Rather than giving players a way to skip past the uninteresting portions of the game, shouldn't we strive to make every portion of the game interesting?

This phenomenon isn't constrained to exploration. This is just the most common case. In Angband combat is also quite uninteresting in most cases, leading to "hold left to continue" syndrome. In Frozen Depths most items are quite uninteresting.

When I think back on the games I have played, the only one in which I can honestly say I enjoyed the exploration was DoomRL. I think it's because there is a small map size (like Rogue / NetHack), but with very complex layouts (like Crawl) and widely varied level generators.

On a side note, I think the more confined spaces of DoomRL also help the pacing of the game and the combat.

2
Traditional Roguelikes (Turn Based) / HTML+JS Tech Demo
« on: October 06, 2011, 01:44:01 PM »
Link with Demo: http://code.google.com/p/dhack/

Hi folks! I have just completed a tech demo using HTML and JavaScript to render Code Page 437 characters within a browser window using a Unicode font. The display technique is the result of several research and development projects, but is still quite slow in Internet Explorer for full-screen updates.

Anyhow, there's a little game here with a snazzy user interface, help documents, equipable weapons, usable items and castable spells. Can you find the Goblin King and destroy him? Probably :P

Now that I've got the technology and fundamental systems down I am putting some actual design work into a game using that technology. Let's hope I finish it :D

Pages: [1]