Buntlys Quest
Revision as of 23:56, 17 March 2012 by DeadlyBlade (talk | contribs) (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...")
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)