A simple game built using Python Pygame Library.
- Note
- You must have Python installed to run this application
- Clone the repo to your computer and cd to that directory.
- Create a virtualenv using
virtualenv pyenv
- Activate the virtualenv using
source ./pyenv/activate
- Install the prerequisites using
pip install -r requirements.txt
- Run the game using python main.py
Happy Gaming!!