Difference between revisions of "ChessRogue"

From RogueBasin
Jump to navigation Jump to search
(Playability update)
m (featured game)
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{gameinfo| name = ChessRogue
{{game-stable| name = ChessRogue
|developer = [[Chris Morris]]
|developer = [[Chris Morris]]
|theme =  
|theme =  
|influences = [[Rogue]]
|influences = [[Rogue]]
|status =
|released = May 30, 2005
|released = May 30 2005
|relver = ?
|updated = October 20 2007 ([http://groups.google.com/group/rec.games.roguelike.announce/browse_thread/thread/1d954270fbff39f3/f0407d7867181b0b#f0407d7867181b0b 0.3.0])
|updated = 2007 Oct 20
|licensing =  
|updver = [http://groups.google.com/group/rec.games.roguelike.announce/browse_thread/thread/1d954270fbff39f3/f0407d7867181b0b#f0407d7867181b0b 0.3.0]
|licensing = GPL
|language = [[Kaya]]
|language = [[Kaya]]
|platforms = Windows, Linux
|platforms = Windows, Linux
Line 12: Line 13:
|length = 50 minutes
|length = 50 minutes
|site = http://chessrogue.sourceforge.net/
|site = http://chessrogue.sourceforge.net/
}}
}}{{coffeebreak}}
'''ChessRogue''' is an out-of-challenge [[7DRL]] written by Chris Morris. It is an interesting experiment in bringing chess rules to a roguelike environment.
'''ChessRogue''' is an out-of-challenge [[7DRL]] written by Chris Morris. It is an interesting experiment in bringing chess rules to a roguelike environment.


== Overview ==
== Overview ==
There are few types of enemies in the whole game, but each has its unique abilities. All pieces (including you) have but one hit point. That means that the player has to plan moves carefully; any error may result in instant death. By capturing a certain number of enemy pieces of one type a special ability is granted. The more opponents have been defeated, the more moves are available to choose from.
There are few types of enemies in the whole game, but each has its unique abilities. All pieces (including you) have but one hit point. That means that the player has to plan moves carefully; any error may result in instant death. By capturing a certain number of enemy pieces of one type a special ability is granted. The more opponents have been defeated, the more moves are available to choose from.
Potions are scattered about the level, and affect either the player's abilities or the enemy's behavior.  Potions cannot be stored: their effects are activated as soon as the player moves onto them.
As of version 0.3.0, a protected secondary exit can appear in the upper-right corner of the level.  The secondary exit leads to a bonus level which contains a unique mini-boss and usable item.  Reaching the exit safely requires acquiring specific abilities beforehand.


== History ==
== History ==
Line 25: Line 30:


== Related links ==
== Related links ==
*[http://compsoc.dur.ac.uk/~cim/chessrogue.html First ChessRogue site]
*[http://compsoc.dur.ac.uk/~cim/chessrogue.html Original ChessRogue site]
*[http://chessrogue.sf.net/ Current ChessRogue site]
[[Category:7DRLs]]
[[Category:7DRLs]]
[[Category:Featured Roguelikes]]

Latest revision as of 01:51, 30 October 2015

ChessRogue
Stable game
Developer Chris Morris
Theme
Influences Rogue
Released May 30, 2005 (?)
Updated 2007 Oct 20 (0.3.0)
Licensing GPL
P. Language Kaya
Platforms Windows, Linux
Interface ASCII
Game Length 50 minutes
Official site of ChessRogue
ChessRogue is a coffeebreak roguelike


ChessRogue is an out-of-challenge 7DRL written by Chris Morris. It is an interesting experiment in bringing chess rules to a roguelike environment.

Overview

There are few types of enemies in the whole game, but each has its unique abilities. All pieces (including you) have but one hit point. That means that the player has to plan moves carefully; any error may result in instant death. By capturing a certain number of enemy pieces of one type a special ability is granted. The more opponents have been defeated, the more moves are available to choose from.

Potions are scattered about the level, and affect either the player's abilities or the enemy's behavior. Potions cannot be stored: their effects are activated as soon as the player moves onto them.

As of version 0.3.0, a protected secondary exit can appear in the upper-right corner of the level. The secondary exit leads to a bonus level which contains a unique mini-boss and usable item. Reaching the exit safely requires acquiring specific abilities beforehand.

History

The first version was coded in about three days. The second was released in order to fix a few bugs. Recently, the author took ChessRogue to the project stage. Old sources and binaries are still kept at the previous site, but current development is continued on SourceForge.

Known issues

Despite the fact the game has seen a few releases since its first version, it still can be only considered "mostly-playable". The game fails to preform sanity checks to ensure no impossible situations are generated. These situations can range from minor problems such as monsters being generated in locations they can't leave and the player can't get to, all the way to major problems such as monsters being generated in a tight hallway immobile, in an unkillable pattern and blocking the only path to the exit. Although impossible levels can be generated, it's quite rare so only a few games get thrown away.

Related links