##Arena
###Table of contents
- About
- How To
- Game Basics
- Stats
- Areas
- Notes
###1. About
This is a Gladiator arena battle and development text based rpg game Currently being designed and worked on by Josh Samara
###2. How To Open a terminal and run:
git clone https://github.com/joshsamara/arena.git ~/arena
cd ~/arena
python main.py
The game is played from a terminal window. You can create and load a single local save file Most input is immediately responsive, ie takes effect as soon as you hit the key, unless otherwise prompted
###3. Game basics You start the game by naming your character. Your goal is to train the character and fight in the arena
####Stats Your character has the following stats
- level: The character level
- xp: Experience, needed to gain levels
- gold: Gold, needed for purchases
- hp: current life, lose all of this and you faint
- str: Strength, helps in battle and others
- int: Intelligence, helps in battle and others
- agi: Agility, helps in battle and others
- luck: Luck, helps in battle and others
- vit: Vitality, maximum hp possible
- wep: Weapon, flat damage multiplier
- def: Defence, a flat battle damage resistance
####Areas You can go to the following areas
- Town: Main hub, can go places and save
- Tavern: Bar, can train luck, work, sleep, and more
- Library: Can train int and more
- Fields: Can train agi, str, and more
- Blacksmith: Can train vit, upgrade weapon and armor
- Arena: Can fight enemies to gain exp
###4. Notes Game is currently incomplete:
- Not yet balanced
- Not fully tested
- No end game condition
- Needs additional documentation