Turn Based Combat Game
________________________

The main method is contained in the Game class so the program should be run from this class.
To compile the program, use the command: 
						javac Game.java
To run the program after compilation, type the command:
						java Game
Once inside the game, follow instructions from Main Menu by selecting relevant choices from the options

Some things to note:
- Enchantments can be added to a weapon during a battle for one attack.
- The UML is not clear unless you zoom in to see the methods in each class