-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KA Xplorer codes edited this page Feb 16, 2026
·
2 revisions
Welcome to Easycode-infinite Easycode-infinite is a Python library designed to simplify and optimize game development by combining the features of Pygame, Pyglet, and Arcade.
- Current Version: v1.0.8
- Official Releases: View on PyPI
- Updates: Documentation is updated weekly.
Easycode-infinite_project/
├── PyProject.toml
├── README.md
├── LICENSE
└── easycode-infinite/ # Core package source
├── __init__.py # Library entry point
├── easycode_addons.py # Main feature module
└── sounds/ # Project audio assets
├── buzz.wav (Note: .wav.wav naming fix scheduled for v1.0.6)
├── drum_loop.wav
└── clap.wav
Created by Kent (KA_Xplorer_codes), this library aims to: Simplify: Merge multiple game frameworks into a single, cohesive syntax. Optimize: Provide lightweight tools for both rapid prototyping and full-scale production. Share: Offer an accessible project for the developer community to build upon.