KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pygamestudio
★ 18
Open GitHub ↗
Let's create python games visually!
Download README (.md)
Explore Similar Repositories
bionicblue
:
Action platformer game where a bionic boy protects humanity by fighting robots (by Kennedy Guerra)
pipboy-pi
:
A Pip-Boy inspired interface built with Python and Pygame, featuring interactive menus.
ten-drops
:
A ten drops game written in pygame-ce, sourced from the Flask game "Splash Back".
pygame-ce-web-boilerplate
:
Boilerplate pygame-ce project for a top-down tiles sheet based RPG game that can run in the browser.
nevu-ui
:
Fast declarative GUI multibackend framework for Python :W
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pygamestudio
?
Download (.md)
<div align="center"><img src="https://i-blog.csdnimg.cn/direct/ce0f186a9ade4295bfa9367ceecba0e2.png" width="300"></div> <div dir="auto" align="center"> <img src="https://img.shields.io/badge/Pygame Studio-Open Source-green.svg" /> <img src="https://img.shields.io/badge/For-pygame_ce-dark.svg" /> <img src="https://img.shields.io/badge/Language-Python-purple.svg" /> <img src="https://img.shields.io/badge/License-MIT-orange.svg" /> <img src="https://static.pepy.tech/personalized-badge/pygamestudio?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads" /> <img src="https://img.shields.io/pypi/v/pygamestudio.svg?maxAge=86400"> <img src="https://img.shields.io/badge/python-3-red.svg" /> <br> <br> English | [简体中文](https://github.com/pygamestudio/pygamestudio/blob/main/README_zh-CN.md) </div> **Pygame Studio** is a visual editor built with **PyGame-ce** and **PySide6**, designed to help users create Python games visually, making it easier for beginners, students, and hobby developers to get started with game development. <br> # Installation Install Pygame Studio easily via pip (ensure you have Python 3.9 or higher installed): ```bash pip install --upgrade pygamestudio ``` > **Note:** Since current releases are development versions, please include `--upgrade` to ensure pip installs the latest development version instead of an older cached one. <br> After installation, run the following command in your terminal to launch the editor and verify the installation: ```bash pygamestudio ``` You may also use the shortcut command: ```bash pygs ``` If the Pygame Studio editor launches successfully, the installation is complete. <img src="https://i-blog.csdnimg.cn/direct/2824782c7b4d4f2fb9f5650bab6ce87e.png" width="600"/> <br> # Dependencies | Name | Version | |-----|-----| | pygame-ce | >=2.5.6 | | PySide6 | >=6.10.0 | | platformdirs | >=3.5.1 | | numpy | >=1.26.0 | | pyinstaller | >=6.18.0 | <br> # Quick Start **1.** Enter the following command to launch Pygame Studio: ```bash pygamestudio ``` Or use the shortcut command: ```bash pygs ``` <br> **2.** Click the "Create" button to create a new project. <img src="https://i-blog.csdnimg.cn/direct/e60511fa4e344e1faf36fe41f160fa4e.png" width="600"/> Once created, the game project will be displayed in the Dashboard. <img src="https://i-blog.csdnimg.cn/direct/167b961ee6c14c0e8ceccdaf81706f57.png" width="600"/> <br> **3.** Double-click the created project to open the editing window and start your creation. <img src="https://i-blog.csdnimg.cn/direct/28198f7ded9143f58f866c9a7e8d6dd2.png" width="800"/> <br> # Documentation 🔗 visit https://pygamestudio.com <br> # Release Notes 🔗 visit https://pygamestudio.com/updates_and_support/release_notes <br> # Key Features - **Open Source & Free Forever**: Released under the MIT LICENSE, free to use and modify for all purposes. - **Easy Installation**: Simply run `pip install pygamestudio` to install the editor. - **Lightweight & Cross-Platform**: Fast startup, no bulky engine, and runs smoothly on Windows, macOS, and Linux. - **Visual Drag & Drop Editing**: Create pygame-ce projects visually. - **Beginner Friendly**: Perfect for Python beginners, students, and hobby developers to learn and create. <br> # LICENSE Pygame Studio is open source under the **MIT LICENSE**.