mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 14:12:18 -05:00
[PR #2623] Add Pyved-engine #1940
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2623
Author: @wkta
Created: 10/30/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
2dac2abadded "Pyved-engine" in the Game development section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project? (Pyved-engine)
An innovative game engine that focuses on easing 2D game creation.

The reason why the library is awesome:
A major benefit of using pyved-engine is its ability to export games in the HTML5 format, allowing for online play.
For example, on this page you can see how a python game is being "played" in the web context (before optimization, but after automatic Python to HTML5 conversion)
What's the difference between this Python project and similar ones?
Dedicated tool in command-line, that allows the use of game templates so the developer almost never starts from scratch. This is a major difference compared to

pygame, for instanceDedicated gamedev API designed to simplify and enhance event-based programming.
Simple tools for creating isometric games
Heavy use of design patterns for a structured game development process
Versatile engine with extensive submodules (e.g., tabletop, isometric, RPG, pathfinding, etc.)
Supports HTML5 export for web-based game deployment
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.