Metadata-Version: 2.4
Name: nextrpg
Version: 0.0.1
Summary: A Python RPG Maker
Home-page: https://github.com/yx-z/nextrpg
Author: yx-z
Author-email: yx-z@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# NextRPG

A Python-based RPG Maker tool for creating role-playing games.

## Installation

```bash
pip install nextrpg
```

## Usage

```python
from nextrpg import Game

# Create a new game
game = Game()
```

## Features

- Create and manage RPG games
- Customizable characters and maps
- Event system
- Battle system

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
