Educational 2D-Game Engine based on pygame https://www.miniworldmaker.de
Go to file
Andreas Siebel 9b48dbfa2c Updated to latest version 2023-05-23 16:24:34 +02:00
.idea Major changes to toolbars - Toolbars are now Boards, Widgets are Tokens 2023-01-15 16:34:01 +01:00
docs Major changes to toolbars - Toolbars are now Boards, Widgets are Tokens 2023-01-15 16:34:01 +01:00
source Updated to latest version 2023-05-23 16:24:34 +02:00
test Updated to latest version 2023-05-23 16:24:34 +02:00
.gitignore added test, fixed __init__, updated docs 2022-03-07 14:25:03 +01:00
LICENSE.txt updated to pygame 2; moved to codeberg 2021-06-01 06:30:01 +02:00
README.md fixed bug in physics impulse, added docs for physics engine 2022-04-21 20:21:13 +02:00
example.png bugfixes, updates to sound and music manager 2022-11-07 20:08:11 +01:00

README.md

miniworldmaker

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

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

![example.png]

Tutorial

Features

  • miniworldmaker supports pixel-based games as well as games with tiles (e.g. Rogue-Likes), hexboards and processing-like graphics
  • 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.

Examples

Top-Down games

video

Tile Based RPGs

video

Image Processing

image]

Physics

video

video

Angry-Birds-like

video

NEW: Hex Boardgame:

video

Codeberg | Documentation | PyPi | Cookbook