Battle Game
Features
•
User vs. User mode: Players take turns controlling units and battling each other until one team is victorious.
•
User vs. AI mode: Players face off against an AI opponen that makes strategic decisions based on the game state.
•
Customizable unit classes: Players can choose from different types of units with unique attributes and abilities.
•
Game logging: The game logs every action and outcome, including timestamps, to a file named "GameLog.txt".
Installation
1.
Clone the repository:
git clone <https://github.com/kcrmin/Battle-Game.git>
Shell
복사
2.
Run the game:
python Battle-Game.py
Shell
복사
Usage
1.
Choose the game mode: User vs. User or User vs. AI.
2.
Select the units for each team.
3.
Follow the prompts to play the game, taking turns controlling units and battling opponents.
4.
Review the game log in the "GameLog.txt" file to see a detailed record of the game.
