Metadata-Version: 2.1
Name: miniworldmaker
Version: 2.0.2
Summary: Create 2D Miniworlds and Games
Home-page: https://github.com/asbl/miniworldmaker
Author: Andreas Siebel
Author-email: andreas.siebel@it-teaching.de
License: OSI Approved :: MIT License
Download-URL: https://github.com/asbl/miniworldmaker
Keywords: games,education,mini-worlds,pygame
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Description-Content-Type: text/markdown
License-File: LICENSE.txt

MiniWorldMaker
---------

MiniWorldMaker allows you to create 2D mini worlds and games. 

It is a 2D engine inspired by greenfoot and gamegrid based on pygame.

### Examples

#### Angry Birds 

This demonstrates the physics engine. It runs somewhat slowly on repl.it, should buy smoothly on modern computers without problems.

<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@a_siebel/miniworldmaker-Angry-birds?v=1"></iframe>

#### Kara

Prototype for Kara in miniworldmaker

<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@a_siebel/Kara-in-miniworldmaker"></iframe>

#### RPG Framework

Framework for simple RPGs and Adventures

<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@a_siebel/RPG-Framework-for-miniworldmaker"></iframe>


### Features

  * MiniWorldMaker supports pixel-based games as well as games with 
  tiles (e.g. Rogue-Likes)
  
  * Easy creation of animations
  
  * Music and sound effects
  
  * Integrated GUI elements like console for output, toolbar, ...
    
  * Load and Save to SQLite Databases
  
  * Integrated Physics-Engine based on Pymunk
  
  * Open Source
  
  * Miniworldmaker is a 2D Engine based on Python 3, pygame and pymunk.

### Links

[Codeberg](https://codeberg.org/a_siebel/miniworldmaker) | [Documentation](http://miniworldmaker.de/) | [PyPi](https://pypi.org/project/miniworldmaker/) | [Cookbook](https://codeberg.org/a_siebel/miniworldmaker_cookbook/src/branch/main/)


