.. image:: https://raw.githubusercontent.com/realityengine/realityengine/main/docs/realityengine_logo.svg
  :alt: realityengine
  :target: https://www.realityengine.org/


|Python3| |PyPiLicense|

realityengine_ is a library that makes it simple and easy to create games with python.
It is based on **tkinter** to create the window and for drawing graphics.
realityengine is open source on github_!

`realityengine is in BETA`_ so please expect bugs,
you can report them on our Github!


Installation
------------

::

    pip install realityengine


Help
----

If you are just getting started with realityengine,
you should be able to get started fairly quickly. There are a ton of great
and helpful tutorials out there which can help you get a head start.

If you are experiencing issues it might be because you are using an older version of realityengine!
If so, you can always upgrade to the latest version of realityengine quickly by running

``pip install realityengine --upgrade`` in your terminal.

If you're ever stuck you can always look in the examples folder for
code samples and example code to help you on the way.


.. |PyPiLicense| image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT

.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1

.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame/pygame/2.1.2.svg
   :target: https://github.com/realityengine/realityengine/compare/2.1.2...main

.. _realityengine is in BETA: https://www.realityengine.org/contribute.html

.. _realityengine: https://www.realityengine.org

.. _github: https://github.com/SpookyDervish/realityengine