Difference between revisions of "ROGUE-FP"
JarryJurax (talk | contribs) |
JarryJurax (talk | contribs) |
||
Line 2: | Line 2: | ||
|developer = Jurax Games | |developer = Jurax Games | ||
|theme = Fantasy | |theme = Fantasy | ||
|influences = [[Rogue]] | |influences = [[Rogue]]/[[Brogue]] | ||
|status = Stable | |status = Stable | ||
|released = 30 March 2023 | |released = 30 March 2023 | ||
|updated = | |updated = 6 April 2024, v2.2.3 | ||
|licensing = Closed Source | |licensing = Closed Source | ||
|language = GDScript | |language = GDScript | ||
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
ROGUE-FP is a traditional roguelike | ROGUE-FP is a traditional roguelike with first person perspective and controls. Originally ROGUE-FP was based almost entirely off of Rogue. Much care was taken to translate its mechanics into first person perspective but also without a grid to restrict movement. | ||
Since the 2.0 update the game has gone in its own direction by adding new monsters, items, a larger map, new room types, and mechanics. The original style of play now has its own dedicated classic mode option available on the main menu. | |||
[[File:Roguefp main menu.png|thumb|right|ROGUE-FP's Main menu]] | |||
==Features== | |||
====First Person Perspective==== | ====First Person Perspective==== | ||
The first person perspective changes little of the original Rogue gameplay. Instead of aiming by selecting a direction, you point in the direction you want. Instead of bumping into a monster to attack, you press space. Potions of detection will make monsters/items visible through walls as well as visible on the map. | The first person perspective changes little of the original Rogue gameplay. Instead of aiming by selecting a direction, you point in the direction you want. Instead of bumping into a monster to attack, you press space. Potions of detection will make monsters/items visible through walls as well as visible on the map. | ||
Line 29: | Line 31: | ||
====Multiple Graphics Styles==== | ====Multiple Graphics Styles==== | ||
Players can switch between pure ascii sprites, ascii art sprites, and traditional sprites on the fly during gameplay. The art styles for monsters and tiles can be set independent of each other to suit your tastes. | Players can switch between pure ascii sprites, ascii art sprites, and traditional sprites on the fly during gameplay. The art styles for monsters and tiles can be set independent of each other to suit your tastes. | ||
[[File:Roguefp flaming monster.png|thumb|right|Textured art style]] | |||
==Screenshots== | ==Screenshots== | ||
Revision as of 16:56, 8 April 2024
ROGUE-FP | |
---|---|
Developer | Jurax Games |
Theme | Fantasy |
Influences | Rogue/Brogue |
Status | Stable |
Released | 30 March 2023 |
Updated | 6 April 2024, v2.2.3 |
Licensing | Closed Source |
P. Language | GDScript |
Platforms | Windows/Linux |
Interface | Mouse/Keyboard |
Game Length | 35 minutes |
Official site of ROGUE-FP |
Description
ROGUE-FP is a traditional roguelike with first person perspective and controls. Originally ROGUE-FP was based almost entirely off of Rogue. Much care was taken to translate its mechanics into first person perspective but also without a grid to restrict movement. Since the 2.0 update the game has gone in its own direction by adding new monsters, items, a larger map, new room types, and mechanics. The original style of play now has its own dedicated classic mode option available on the main menu.
Features
First Person Perspective
The first person perspective changes little of the original Rogue gameplay. Instead of aiming by selecting a direction, you point in the direction you want. Instead of bumping into a monster to attack, you press space. Potions of detection will make monsters/items visible through walls as well as visible on the map. The main difference is that projectiles will move through the air and take up time while they move, thus giving some monsters like the bat an opportunity to get out of the way.
Smooth Turn System
Turns are now based off of time. When an action is performed by either the player or a monster the one performing the action must then wait .4 seconds until they can act again. Since there is no movement grid to restrict the player, moving is not performed in .4 second turns and the time counter will start and stop when the player does. This system allows the players and monsters turns to de-sync and then re-sync smoothly on the fly.
Multiple Graphics Styles
Players can switch between pure ascii sprites, ascii art sprites, and traditional sprites on the fly during gameplay. The art styles for monsters and tiles can be set independent of each other to suit your tastes.