Metadata-Version: 2.1
Name: pyved
Version: 0.0.5
Summary: experimental toolbox for game devs who use python
Home-page: https://github.com/wkta/gamedev-pyved
Author: moonb3ndr et al.
Author-email: contact@kata.games
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# gamedev-pyved

A new Game Creation tool (+visual editor) based on Python. 
**Fully Open-Source!**

Feel free to contribute<3

### disclaimer

we make use of *experimental technology*.

Use at your own risks.

### recipe

1. create a PYTHON package using `make_package.bat` (uses `setup.py`+the whole folder)
1. after extensive testing under virtual env, publish the release with: `twine upload dist/*`
