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
Release files for pyplayground-ralfeus 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyplayground-ralfeus-0.0.1.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyplayground_ralfeus-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.9 kB
Release files / pyplayground-ralfeus-0.0.1.tar.gz
| Download URL | pyplayground-ralfeus-0.0.1.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
02b829f3eaf46160b1863465067a4aecc84942863a1c02bb89d6dbae4dc24be7
|
|
BLAKE2b-256 checksum How to use checksums |
e256f41cefd7e2d29c9ea49b897d9c2d88fbc0b120a92b3cdecf5ead2c24980e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pyplayground_ralfeus-0.0.1-py3-none-any.whl
| Download URL | pyplayground_ralfeus-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
32c2ecf0635617b8ce9d961b46ea6cd5aa67043c3dba35ee1f4c3dbda65973f6
|
|
BLAKE2b-256 checksum How to use checksums |
a06d34131117e029ebdf7941db5ecd357c9b76b4f56b1dd81c6d155a22b3e91d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|