CORP Engine is a game engine/toolkit made in Python using the Pygame library.
- It can really make your python game development experience more organized, faster, and better in general.
- It has built-in parent-children system with game objects and services to use.
- It is very simple and efficient to work with compared to Pygame.
- Download the package using pip:
pip install corpengine1
- Use this repository as a template or fork it
- Download as zip / download raw files or open with Github Desktop (The main file is "/corpengine1/_init_.py")
git copy
it to your local machine
Using repository as a template
There is no wiki for now but here are some examples and the source code also includes typehints and comments!
If you are a random adventurer looking through the source code and have an idea or found a problem, feel free to open an issue or a pull request.
Also, you can star the repository! You don't need more than a few seconds to do it and it will help development :)
Even a small contribution means a lot!