Difference between revisions of "Buntlys Quest"
Jump to navigation
Jump to search
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...") |
DeadlyBlade (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
|released = Yes | |released = Yes | ||
|updated = Yes | |updated = Yes | ||
|licensing = | |licensing = Freeware | ||
|language = C# with XNA Frame Work 4.0 | |language = C# with XNA Frame Work 4.0 | ||
|platforms = Windows | |platforms = Windows | ||
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] |
Latest revision as of 00:07, 18 March 2012
Bunltys Quest | |
---|---|
Alpha Project | |
Developer | Tyler Hasman |
Theme | Fantasy |
Influences | ADOM |
Released | Yes |
Updated | Yes |
Licensing | Freeware |
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)