The Best Video Game Remix Award in MLH Hack-Cade 2021.
Note the above code is not very organized (owing to the time constraints of hackathon) and currently is all in main.py file.
Please follow the instructions to setup to play the game as per your System requirements.
- Install Python.
- Clone this repository and open terminal, change directory to the repo.
- Run
python -m venv venvto create virtual environment. - Run
venv\Scripts\activatecommand to activate virtual environment. - Run
pip install -r reqirements.txtcommand to install dependencies. - Enter
python main.pyto launch the game.
- Install Python.
- Clone this repository and open terminal, change directory to the repo.
- Run
python -m venv venvto create virtual environment. - Run
source venv\bin\activatecommand to activate virtual environment. - Run
pip install -r reqirements.txtcommand to install dependencies. - Enter
python main.pyto launch the game.
