Hugo Homework

This is a discussion / support forum for the Hugo programming language by Kent Tessman. Hugo is a powerful programming language for making text games / interactive fiction with multimedia support.

Hugo download links: https://www.generalcoffee.com/hugo
Roody Yogurt's Hugo Blog: https://notdeadhugo.blogspot.com
The Hugor interpreter by RealNC: http://ifwiki.org/index.php/Hugor

Moderators: Ice Cream Jonsey, joltcountry

loafingcoyote
Posts: 89
Joined: Wed Jan 04, 2012 2:57 pm
Location: Texas

Post by loafingcoyote »

Thanks. I'm planning to do more. I've been sitting on a lot of code that's just begging to be released. Most of it is in the form of contributions that are already written but are still in the testing phase. It's time to stop being such a perfectionist and get them out there already!

Concerning the wobble fiend maze helper; it would be fairly easy to hard code such behavior into a game but I have an idea for another approach. It consists of converting a path finding routine so that it points the player in the right direction instead of moving characters around. It would be pretty easy to do although I'm not sure if the final result would be quite what your looking for. But it would be interesting, since it should be able to find its way through any maze, not just the one it came with.

-lc

Post Reply