RapidPygame

A set of tools for rapid game prototyping using Pygame

MIT License

Downloads
18
Stars
9
Committers
1

##Rapid Pygame

Rapid Pygame is a set of classes and tools designed accelerate the game development process when using Pygame. It allows developers to focus more on gameplay features rather than basic components when the time constrain is not generous.

Documentation

Requirements

  • Python 3+
  • Pygame

###Installation

Simplest way to install is by using pip

pip install rapidpg

downloading the source then running setup.py install works too

###Testing

There are tests for parts of the library under the test folder. Tests are written for pytest

Initially created for MiniLD 51: Revenge of the Tool Jam

Package Rankings
Top 26.15% on Pypi.org