Difference between revisions of "Letter Hunt"

From RogueBasin
Jump to navigation Jump to search
m (spelling fixes)
m (Update infobox.)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{game-7drl| name = Letter Hunt
{{game-7drl| name = Letter Hunt
|developer = [[Jeff Lait]]
|developer = [[Jeff Lait]]
|theme = arcade
|theme = [[Arcade]]
|influences = none
|influences = None
|released = 2006
|released = 2006
|updated = 2006
|updated = 2006 (002)
|status = [[Stable]] 001
|language = [[C++]]
|language = [[Cpp|C++]]
|platforms = [[Linux]], [[Mac OS X]], [[Windows]]
|platforms = Linux, Mac, Windows
|genre = [[Arcade]]
|site = http://www.zincland.com/7drl/letterhunt
|site = http://www.zincland.com/7drl/letterhunt
|licensing = open source (BSD), freeware
|licensing = [[BSD]], [[Freeware]]
|interface = [[Graphical tiles]] (which are of characters!), [[ASCII]], Keyboard
|interface = [[Graphical tiles]] (emulated [[ASCII]]), [[ASCII]], [[Keyboard]]
|length = 30 minutes per game
|length = 30 minutes
}}
}}
{{Coffeebreak}}
{{Coffeebreak}}
== About ==


Letter Hunt is a Seven Day Roguelike written by Jeff Lait. The original idea came from a discussion at the end of the 2005 7DRL challenge with Antoine, the author of [[Guild]].
Letter Hunt is a Seven Day Roguelike written by Jeff Lait. The original idea came from a discussion at the end of the 2005 7DRL challenge with Antoine, the author of [[Guild]].
Line 34: Line 30:
== Versions and platforms ==
== Versions and platforms ==


Letter Hunt is written in C++ and is available for Windows, Linux, and the Mac OSX.  Source code is provided so it may be ported to any platform with [[curses]] and/or [[SDL]].
Letter Hunt is written in C++ and is available for Windows, Linux, and the [[Mac OS X]].  Source code is provided so it may be ported to any platform with [[curses]] and/or [[SDL]].
 
== Awards ==
 
http://www.roguetemple.com/medals/Medal_7DRL_2006s.jpg
 


== Game related links ==
== Game related links ==


* [http://www.zincland.com/7drl/letterhunt Homepage]
* [http://www.zincland.com/7drl/letterhunt Homepage]
[[Category:Open source]]

Latest revision as of 03:37, 31 May 2017

Letter Hunt
7DRL
Developer Jeff Lait
Theme Arcade
Influences None
Released 2006
Updated 2006 (002)
Licensing BSD, Freeware
P. Language C++
Platforms Linux, Mac OS X, Windows
Interface Graphical tiles (emulated ASCII), ASCII, Keyboard
Game Length 30 minutes
Official site of Letter Hunt


Letter Hunt is a coffeebreak roguelike


Letter Hunt is a Seven Day Roguelike written by Jeff Lait. The original idea came from a discussion at the end of the 2005 7DRL challenge with Antoine, the author of Guild.

It is an arcade style roguelike where the goal is to maximize your score rather than complete a quest. It is still turn based, however.

Unique/rare features

  • Spell words by capturing your foes in the correct order to earn points and powerups.
  • Fifty-two letters to capture, many with their own personalities or unique abilities.
  • Power-up based character advancement. Rather than gaining experience or levels, you just gain powerups that can wear off. Advancement is not permanent.
  • Open-ended game - there is no final boss or win condition. Your goal is to get as many points as possible before attrition or increasingly difficult enemies take you down.
  • Extremely tactical combat. There is no randomness in combat. You always hit and always do full damage. This means that careful placement is the difference between success and failure.
  • Turn based action, as is normal for a roguelike.
  • User editable word list: The list of valid words is a plain text file that can be added to or replaced. Creature frequency is calculated from letter frequency in the word list file.

Versions and platforms

Letter Hunt is written in C++ and is available for Windows, Linux, and the Mac OS X. Source code is provided so it may be ported to any platform with curses and/or SDL.

Awards

Medal_7DRL_2006s.jpg


Game related links