Module to create simple games using pygame
Project description
pyplayground
Module to create simple games using pygame. Aimed for kids who want learning Python in a fun way
Usage
import pyplayground
class Actor1(pyplayground.Actor):
# here you override pyplayground.Actor methods you want to use
pyplayground.Game().init((width, height)).run(Actor1())
width and height are size of game window.
run method arguments are the list of instances of the Actor descendants instances.
Any comments, proposals, requests are welcome
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
Built Distribution
File details
Details for the file pyplayground-ralfeus-0.0.1.tar.gz
.
File metadata
- Download URL: pyplayground-ralfeus-0.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02b829f3eaf46160b1863465067a4aecc84942863a1c02bb89d6dbae4dc24be7 |
|
MD5 | 7c51ea69410a19076c5031b50af5b7b2 |
|
BLAKE2b-256 | e256f41cefd7e2d29c9ea49b897d9c2d88fbc0b120a92b3cdecf5ead2c24980e |
File details
Details for the file pyplayground_ralfeus-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyplayground_ralfeus-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32c2ecf0635617b8ce9d961b46ea6cd5aa67043c3dba35ee1f4c3dbda65973f6 |
|
MD5 | 2e6ced5ac933cdd1bbf13041d68573dd |
|
BLAKE2b-256 | a06d34131117e029ebdf7941db5ecd357c9b76b4f56b1dd81c6d155a22b3e91d |