Hakunin

PROG_JEZ_PROJEKAT

Dec 21st, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. -random rooms
  2. -characters represent objects in the game (!-player,M-merchant,T-troll,O-orc,C-chest,L-lever-opens doors("|")-disables traps)
  3. -most mobs are stationary, some roam.
  4. -mobs can hit the player one dot apart.
  5. -the game is turn based, each turn there are two actions, one movement one attack
  6. -movement using arrow keys, you can only move on dots-terrain, stars - traps, commas - leave/enter area
  7. -action keys are A -attack, S-use
  8. -at the start of the game you choose weapons, 2d4+2 axe, sword 1d8+1 etc...
  9. -you choose armor, evasion 0.2 chance, and dmg block minus 2d2+1, also diceroll
  10. -things drop gold, merchants sell things, chests drop weapons, armor (do you want to replace your armor/weapon with Y/N)
  11. -rooms are pseudo random, picked from a base of ~15 rooms plus 2-3 starting and ending rooms ...
  12.  
  13. ╔══════,,═══════╗
  14. ║...............║
  15. ╚═..!........M..║
  16. ,|..╔════. ═╗...╝
  17. ,|..║...*...║...,
  18. ╔═..╣.O.╔.T═╣...,
  19. ║...║..L║..C║...╗
  20. ║.O.╚═══╬═══╝...║
  21. ║......C║.......║
  22. ╚═══════╝,,╚════╝
Advertisement
Add Comment
Please, Sign In to add comment