Galaxy Game is interactive application built using the Kivy framework.
To run this project, you need to have Python and Kivy installed on your machine. Follow these steps to set it up:
-
Clone the repository:
https://github.com/YaraAstro/sample_game.git cd sample_game
-
Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install kivy
To run the application, execute the following command:
python main.py
Replace main.py
with the name of your main application file if it's different.