Difference between revisions of "Fictional Roguelike"

From RogueBasin
Jump to navigation Jump to search
(Created page with "{{game-7drl|name = Fictional Roguelike |developer = James Bunnell |theme = Fantasy |influences = D&D |released = 18 Mar 2012 |updated = |language = Java |platform...")
 
Line 26: Line 26:
[http://www.oracle.com/technetwork/java/javase/downloads/jre-6u31-download-1501637.html Java SE] 6 (or later) is required.
[http://www.oracle.com/technetwork/java/javase/downloads/jre-6u31-download-1501637.html Java SE] 6 (or later) is required.


== Screenshots ==
<div>http://dl.dropbox.com/u/48714596/IFRL/in_game_1.png</div>
<br>
<div>http://dl.dropbox.com/u/48714596/IFRL/in_game_2.png</div>
<br>


== Controls ==  
== Controls ==  

Revision as of 02:34, 21 March 2012

Fictional Roguelike
7DRL
Developer James Bunnell
Theme Fantasy
Influences D&D
Released 18 Mar 2012
Updated
Licensing
P. Language Java
Platforms Windows, Mac, Linux.
Interface Graphical tiles, Keyboard
Game Length
[[1] Official site of Fictional Roguelike]


About

Fictional Roguelike is attempt to blend together narrative and traditional roguelike gameplay. I created a simple, yet extensible Context-free grammar parser to manage all of the narrative (room descriptions, combat flavor text, winning/losing, etc). The core roguelike gameplay has randomly-generated maps, monsters, turn-based combat, line-of-sight, etc. I also tried to add some variety to the dungeons with some randomly placed “decor” (beds, crates, cobwebs, etc). I feel like so many dungeons are barren of anything more than the player and the monsters, but there really needs to be more than that.

There are 16 floors of monsters to fight through, including "boss" monsters every 4 floors (4, 8, 12, and 16). On the final floor, there is a treasure to find. If you can manage to collect the treasure and fight your way back out of the dungeon, you’ll be declared a winner!


Downloads

Windows, Mac, Linux

Java SE 6 (or later) is required.


Screenshots

in_game_1.png


in_game_2.png


Controls

  • movement: arrow keys, vi-keys, and keypad (you can move in cardinal directions)
  • rest: keypad 5 (or Spacebar) will rest for a turn
  • ascend/descend stairs: < Ascends, > Descends
  • in-game help: ? will bring up a help screen


Discussions