Difference between revisions of "Buntlys Quest"

From RogueBasin
Jump to navigation Jump to search
(Created page with "{{game-alpha| name = Bunltys Quest |developer = Tyler Hasman |theme = Fantasy |influences = ADOM |released = Yes |updated = Yes |licensing = Commercial |language = C# with XNA Fr...")
 
Line 21: Line 21:
random((int)(((int)str* 1.5) - (def - (level))))
random((int)(((int)str* 1.5) - (def - (level))))
Random number from 0 to Strength * 1.5 - (Def - Level)
Random number from 0 to Strength * 1.5 - (Def - Level)
== Downloads ==
[http://www.mediafire.com/?z8zt0dzbblv280z Buntlys Quest 1.0]
[http://www.microsoft.com/download/en/details.aspx?id=20914 XNA Framework 4.0]

Revision as of 00:06, 18 March 2012

Bunltys Quest
Alpha Project
Developer Tyler Hasman
Theme Fantasy
Influences ADOM
Released Yes
Updated Yes
Licensing Commercial
P. Language C# with XNA Frame Work 4.0
Platforms Windows
Interface Graphic Tiles
Game Length Medium
[ Official site of Bunltys Quest]


Buntly's Quest is a original roguelike game. It contain few features as it is in alpha. Currently you can move, fight and had basic lighting


Gameplay

Currently there is only 1 level. It contains a dungeon, 1 monster and 1 villager. You can pick up and place down torches.

Combat

To fight a enemy all you do is touch it to begin the brawl. The combat damage is decided like this: random((int)(((int)str* 1.5) - (def - (level)))) Random number from 0 to Strength * 1.5 - (Def - Level)

Downloads

Buntlys Quest 1.0

XNA Framework 4.0