A wizard room game with further asperations made in python with pygame.
- Python 3.x
- Pygame
- Clone the repository:
git clone https://github.com/snippy4/Wizard-Game.git
- Run the main game file
python main.py
- If pygame is not installed then you can install it using
pip install pygame