Difference between revisions of "Letter Hunt"

From RogueBasin
Jump to navigation Jump to search
m (Update infobox.)
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{gameinfo| 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}}


== 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]].
 
Leter 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.
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.
Line 25: Line 22:
* Spell words by capturing your foes in the correct order to earn points and powerups.  
* 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.  
* 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 permament.  
* 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.  
* 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.  
* 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.  
* Turn based action, as is normal for a roguelike.  
* User editable wordlist: 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 wordlist file.  
* 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 ==
== 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:Stable games]][[Category:Roguelike games]]
[[Category:Open source]]
[[Category:7DRLs]][[Category:Coffeebreak roguelikes]]

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