Metadata-Version: 2.4
Name: rugaming
Version: 2.0.0
Summary: Modern Python Game Engine
Author: Vadim
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
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pygame>=2.0.0
Requires-Dist: numpy>=1.20.0; python_version >= "3.7"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# RuGaming 2.0 🚀

Русскоязычный игровой движок для Python... 

![Python Version](https://img.shields.io/badge/python-3.7%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)

Современный игровой движок для Python с поддержкой 2D/3D графики и AI.

## 🔥 Особенности
- Поддержка Python 3.7+
- Компонентная система для игровых объектов
- 2D и 3D рендеринг с шейдерами
- Встроенные ИИ-агенты (включая нейросетевые)
- Система сцен и постобработки
- Кроссплатформенность (Windows/Linux/macOS)

## 📦 Установка
```bash
# Установка из GitHub
pip install git+https://github.com/Vaddlkk/RuGaming.git

# Или локальная установка
git clone https://github.com/Vaddlkk/RuGaming.git
cd RuGaming
pip install .
