Metadata-Version: 2.1
Name: realms
Version: 0.1.0
Summary: An simple, powerful Python game engine
License: GPL-3.0-or-later
Author: Dylan Rogers
Author-email: opendylan@proton.me
Requires-Python: >=3,<4
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pygame (>=2,<3)
Description-Content-Type: text/markdown

# Realms - the simplest Python game engine

Realms is an open-source game engine.

Our goal? To provide a simple yet incredibly powerful game engine, written entirely in Python.

This library is written on top of the [pygame](https://pypi.org/project/pygame) library.

## Documentation

You can view the full documentation [on GitBook](https://dcoded.gitbook.io/realms).


You can view the documentation for Realms [on GitBook](https://dcoded.gitbook.io/realms).

