Skip to content

YaraAstro/sample_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Create a Simple Game Using Kivy (Python GUI Framework)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors