Simple pygame game engine.
Project description
Pygin
Pygin is a simple game engine made using Pygame.
One of the purposes of this engine is for making to build more complex games using python.
This engine includes support for collisions, meshes, materials, game objects and scenes.
The elements used are very similar to the ones used in the engine Unity.
Getting Started
These instructions will get you the Pygin package ready to run on your local machine if you use Linux. Instructions for Windows and Mac would be quite similar.
Prerequisites
You will just have to install Pygin. The instructions below will show you how to do this for Linux (Ubuntu 16.04).
Install Python
First, install de most recent Python version and the most recent version of pip. Therefore install Python3 setup tools and pip:
$ sudo apt-get install python3-setuptools
$ sudo easy_install3 pip
Install Pygin
Now you will just have to install the Pygin packge. Then install Pygin using pip:
$ pip install pygin
About
This project aims to create a game engine to make easier the precess of game development using python. To understand a little bit more about how the code is structured visit the wiki.
Example Games
Check out the game Balance, a simple and challenging arcade game made using Pygin.
Authors
- Carlos Matheus Barros da Silva - CarlosMatheus
- Aloysio Galvão Lopes - aloysiogl
- Igor Albuquerque Silva - igoralbuq
- Eric Pereira Queiroz Moreira - ericpqmor
- Igor Mourão Ribeiro - igor-ribeiiro
Notes about documentation and contributing
If any substantial change is made, please, help out with the documentation using the wiki.
Upgrading version on Pypi
Make sure you have the latest versions of setuptools and wheel installed:
python -m pip install --upgrade setuptools wheel
Now run this command from the same directory where setup.py is located:
python3 setup.py sdist
This command will generate a file in dist directory.
Now you’ll need to install Twine:
python -m pip install --upgrade twine
Once installed, run Twine to upload all of the archives under dist:
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
You will be asked your username and password from your Pypi account, in which you must have access to the project in oder to upload.
After this, the version on Pypi is already updated.
Now you should delete the dist folder.
License
This project is licensed under the MIT License - see the licence file for details.
Acknowledgments
- Professor Edgar Toshiro Yano - Curriculum
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pygame-engine-0.0.6.tar.gz
.
File metadata
- Download URL: pygame-engine-0.0.6.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eafd15f4459f42c171fedbadc0cd10057ff2be48e95c84a9647db0fbaadca837 |
|
MD5 | 111b33eea560e522b4d0ee86496ae6f0 |
|
BLAKE2b-256 | 8cb1ef0c4bba725d3f9ce20b6055743e16ebb920a47b525335bff974a3aa1c86 |