Skip to content

final-project-adventure_sandhya_sakshi_pearl_aatisha created by GitHub Classroom

Notifications You must be signed in to change notification settings

lis875/final-project-adventure_sandhya_sakshi_pearl_aatisha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starlight Urban Escape

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!

Prerequisites

  • Python: Make sure you have Python installed on your system. You can download it from python.org.

How to Run

  1. 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
  1. 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
  1. Install dependencies:
 pip install -r requirements.txt
  1. Run the game:
 python app.py

Note for Windows Users

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

Feedback and Issues

If you encounter any issues or have suggestions for improvement, please create an issue on the GitHub repository.

Enjoy playing Starlight Urban Escape! ✨🚀🤖🏙️🏎️

About

final-project-adventure_sandhya_sakshi_pearl_aatisha created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages