Skip to content
Marcus Møller edited this page Aug 29, 2013 · 12 revisions

Welcome to the PyORPG (client) wiki! (No need for a server wiki yet)

The PyORPG project website is located here: http://www.powrtoch.org/pyorpg/

What is PyORPG?

PyORPG is a Python/PyGame ORPG (online role-playing-game) engine that allows everyone to create their own ORPG adventure within minutes. Internet connection is only required if you would like to host a multiplayer server and play with your friends.

Customizable

Everything is stored as either plain text or simple images, so you can easily change the design of your game to however you like!

Cross-platform

The engine is written in Python using PyGame, Twisted and PGU (Python Game Utilities), so it will run on all major platforms without any trouble. PGU is allready included in the game, so there is no need to install it.

Open-source

PyORPG is licensed under MIT, which means that the source code is publicly available.

Quick Start

Customizing your game

Shipping your game

For developers