rapidpg

A collections of tools for rapid game developement with pygame


Keywords
game, developement, pygame
License
Other
Install
pip install rapidpg==0.3.1

Documentation

##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