Skip to content

Create a Simple Game Using Kivy (Python GUI Framework)

Notifications You must be signed in to change notification settings

YaraAstro/sample_game

Repository files navigation

Galaxy Game

Galaxy Game is interactive application built using the Kivy framework.

Tutorial

watch tutorial Original Source Code

Installation

To run this project, you need to have Python and Kivy installed on your machine. Follow these steps to set it up:

  1. Clone the repository:

    https://github.com/YaraAstro/sample_game.git
    cd sample_game
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install kivy

Usage

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.

Releases

No releases published

Packages

No packages published