Embark on a thrilling interstellar adventure in Starlight Urban Escape, a captivating game built with Kivy and Python. Navigate through urban landscapes and conquer challenges as you explore the cosmos. Get ready for an out-of-this-world gaming experience!
- Python: Make sure you have Python installed on your system. You can download it from python.org.
- Clone the repository to your local machine:
git clone https://github.com/lis875/final-project-adventure_sandhya_sakshi_pearl_aatisha.git
cd final-project-adventure_sandhya_sakshi_pearl_aatisha
- Create and activate a virtual environment:
- On Windows:
python -m venv venv
.\venv\Scripts\activate
- On macOS and Linux:
python3 -m venv venv
source venv/bin/activate
or
python -m venv venv
source venv/bin/activate
Note: If you don't have venv installed, you can do so by running:
pip install venv
- Install dependencies:
pip install -r requirements.txt
- Run the game:
python app.py
Before installing the packages, uncomment the commented packages from requirements.txt as those are Windows-specific packages.
# For windows, uncomment the below lines
# kivy-deps.angle==0.3.3
# kivy-deps.glew==0.3.1
# kivy-deps.sdl2==0.6.0
# pypiwin32==223
# pywin32==306
If you encounter any issues or have suggestions for improvement, please create an issue on the GitHub repository.