Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyplayground-ralfeus-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pyplayground_ralfeus-0.0.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page