Difference between revisions of "Buntlys Quest"
Jump to navigation
Jump to search
DeadlyBlade (talk | contribs) |
DeadlyBlade (talk | contribs) |
||
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 |
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)