RoguelikeRPG Alpha 1.09
Installation Instructions:
Download Python 3 here: https://www.python.org/downloads/
Install Libtcod:
MAC:
Open Terminal
Type: python3 -m pip install --user tcod
Download all game files and save to desktop
Open Terminal:
Type to open:
cd D*
cd R*
python3 engine.py
PC:
Open command prompt:
Type: py -m pip install tcod
Type to open:
cd D*
cd R*
Download all game files and save to desktop
Type: py engine.py
############################
######## CHANGE LOG ########
############################
Alpha 1.09 - 4/12/20
- Fixed PC saving and loading issue
- Added gold
- Fixed bug where you can continue playing after you die
- Added new equipment types
- Added Health Talisman
Alpha 1.08 - 4/06/20
- Added Sleep Spell
- Added Sleep Aura Spell
Alpha 1.07 - 3/31/20
- Added m key bind for magic wand
- Added magic wand to help menu
- Decreased health potion spawn
- Decreased health potion healing amount
Alpha 1.06 - 3/31/20
- Added Main Screen Help Menu
- Added Magic Wand item (upgrades with magic skill!)
- Added goblins!
- Added Equipment inventory (functionality coming soon)
- Changed equipment names